Commit 78e9794b authored by Michael Muré's avatar Michael Muré

Add the missing long argument for ipfs mount

License: MIT
Signed-off-by: default avatarMichael Muré <batolettre@gmail.com>
parent 8668f409
......@@ -92,13 +92,9 @@ baz
baz
`,
},
Options: []cmds.Option{
// TODO longform
cmds.StringOption("f", "The path where IPFS should be mounted"),
// TODO longform
cmds.StringOption("n", "The path where IPNS should be mounted"),
cmds.StringOption("ipfs-path", "f", "The path where IPFS should be mounted"),
cmds.StringOption("ipns-path", "n", "The path where IPNS should be mounted"),
},
Run: func(req cmds.Request, res cmds.Response) {
cfg, err := req.Context().GetConfig()
......
......@@ -161,7 +161,7 @@ _ipfs_ls()
_ipfs_mount()
{
_ipfs_comp "-f= -n= --help"
_ipfs_comp "--ipfs-path= --ipns-path= --help"
}
_ipfs_name()
......
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