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

add fixmes

parent ff55968b
......@@ -21,7 +21,13 @@ var mountCmd = &cmds.Command{
cmds.Argument{Name: "os-path", Type: cmds.ArgString, Required: false, Variadic: false},
},
Options: []cmds.Option{
// TODO text: specify a mountpoint for ipfs
// TODO longform
cmds.Option{[]string{"f"}, cmds.String},
// TODO text: specify a mountpoint for ipns
// TODO longform
cmds.Option{[]string{"n"}, cmds.String},
},
Help: `ipfs mount <os-path> - Mount an ipfs read-only mountpoint.
......
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