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
e7d9c418
Commit
e7d9c418
authored
Nov 08, 2016
by
Jeromy Johnson
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3369 from nathanmusoke/fix/complete_bash_completion
bash_completion: Add a couple missing commands
parents
65001365
ac4200f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
misc/completion/ipfs-completion.bash
misc/completion/ipfs-completion.bash
+11
-1
No files found.
misc/completion/ipfs-completion.bash
View file @
e7d9c418
...
...
@@ -314,7 +314,12 @@ _ipfs_resolve()
_ipfs_stats
()
{
_ipfs_comp
"bw --help"
_ipfs_comp
"bitswap bw repo --help"
}
_ipfs_stats_bitswap
()
{
_ipfs_help_only
}
_ipfs_stats_bw
()
...
...
@@ -322,6 +327,11 @@ _ipfs_stats_bw()
_ipfs_comp
"--peer= --proto= --poll --interval= --help"
}
_ipfs_stats_repo
()
{
_ipfs_comp
"--human="
}
_ipfs_swarm
()
{
_ipfs_comp
"addrs connect disconnect filters peers --help"
...
...
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