Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Conversation

w3st3ry
Copy link
Contributor

@w3st3ry w3st3ry commented Aug 4, 2016

What I did

SVFS now works using https://github.com/spf13/cobra

How to verify it

Mount container using binary or mount.

Description for changelog

  • Rewrite CLI interactions.
  • Add info command.
  • Now device and mountpoint are flags too (--device && --mountpoint).

Signed-off-by: Valentin Pichard valentin.pichard@corp.ovh.com

@w3st3ry w3st3ry force-pushed the new-cli-interactions branch 2 times, most recently from d3adfb7 to 41489bf Compare August 4, 2016 15:01
@@ -49,7 +49,7 @@ OPTIONS = {
}

if ARGV[2] != '-o' || ARGV.length != 4
puts "Usage: #{File.basename($0)} dev dir [-o option=value,[option=value]...]\n"
puts "Usage: #{File.basename($0)} [-o option=value,[option=value]...] deviceName mountPoint\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Script usage hasn't changed.

Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
@w3st3ry w3st3ry force-pushed the new-cli-interactions branch from 41489bf to 62e21c9 Compare August 5, 2016 10:02
@xlucas xlucas added this to the v0.8.0 milestone Aug 10, 2016
@xlucas xlucas self-assigned this Aug 10, 2016
@xlucas
Copy link
Contributor

xlucas commented Aug 11, 2016

I did some modifications & merged.

@xlucas xlucas closed this Aug 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants