Commit 0c94b650 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #1029 from MichaelMure/patch-2

ipfs-completion.bash: add the missing get command
parents 06c83445 e8f51c2d
......@@ -328,7 +328,7 @@ _ipfs()
case "${COMP_CWORD}" in
1)
local opts="add block bootstrap cat commands config daemon dht diag id \
local opts="add block bootstrap cat commands config daemon dht diag get id \
init log ls mount name object pin ping refs repo swarm tour \
update version"
COMPREPLY=( $(compgen -W "${opts}" -- ${word}) );;
......
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