1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

ipfs-completion.bash: add the missing get command

This commit is contained in:
Michael Muré
2015-04-07 13:55:27 +02:00
parent 06c834458d
commit e8f51c2d57

View File

@ -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}) );;