mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +08:00
ipfs-completion.bash: add the missing get command
This commit is contained in:
@ -328,7 +328,7 @@ _ipfs()
|
|||||||
|
|
||||||
case "${COMP_CWORD}" in
|
case "${COMP_CWORD}" in
|
||||||
1)
|
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 \
|
init log ls mount name object pin ping refs repo swarm tour \
|
||||||
update version"
|
update version"
|
||||||
COMPREPLY=( $(compgen -W "${opts}" -- ${word}) );;
|
COMPREPLY=( $(compgen -W "${opts}" -- ${word}) );;
|
||||||
|
Reference in New Issue
Block a user