Commit ff55968b authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(mount) add argument

parent d066f15c
......@@ -17,6 +17,9 @@ import (
const mountTimeout = time.Second
var mountCmd = &cmds.Command{
Arguments: []cmds.Argument{
cmds.Argument{Name: "os-path", Type: cmds.ArgString, Required: false, Variadic: false},
},
Options: []cmds.Option{
cmds.Option{[]string{"f"}, cmds.String},
cmds.Option{[]string{"n"}, cmds.String},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment