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:
@ -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}) );;
|
||||
|
Reference in New Issue
Block a user