Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
78e9794b
Commit
78e9794b
authored
9 years ago
by
Michael Muré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the missing long argument for ipfs mount
License: MIT Signed-off-by:
Michael Muré
<
batolettre@gmail.com
>
parent
8668f409
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
core/commands/mount_unix.go
core/commands/mount_unix.go
+2
-6
misc/completion/ipfs-completion.bash
misc/completion/ipfs-completion.bash
+1
-1
No files found.
core/commands/mount_unix.go
View file @
78e9794b
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
misc/completion/ipfs-completion.bash
View file @
78e9794b
...
...
@@ -161,7 +161,7 @@ _ipfs_ls()
_ipfs_mount
()
{
_ipfs_comp
"-
f= -n
= --help"
_ipfs_comp
"-
-ipfs-path= --ipns-path
= --help"
}
_ipfs_name
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment