Skip to content
Snippets Groups Projects
Commit e8f51c2d authored by Michael Muré's avatar Michael Muré
Browse files

ipfs-completion.bash: add the missing get command

parent 06c83445
No related branches found
No related tags found
1 merge request!1New
......@@ -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}) );;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment