@cryptotaxi247 / kubo / commits / 51bf173f1

update bash completion for `ipfs add`

@RubenKelevra committed Apr 5, 2020 at 18:47 UTC 51bf173f19e8a0506842f714f10d15d932cbbcb0
1 file changed +1 -1
misc/completion/ipfs-completion.bash
+1 -1
@@ -19,7 +19,7 @@ _ipfs_add()
19 elif [ "${prev}" == "--pin" ] ; then
20 _ipfs_comp "true false"
21 elif [[ ${word} == -* ]] ; then
22 - _ipfs_comp "--recursive --quiet --silent --progress --trickle --only-hash --wrap-with-directory --hidden --chunker= --pin= --raw-leaves --help "
22 + _ipfs_comp "--recursive --dereference-args --stdin-name= --hidden --ignore= --ignore-rules-path= --quiet --quieter --silent --progress --trickle --only-hash --wrap-with-directory --chunker= --pin= --raw-leaves --nocopy --fscache --cid-version= --hash= --inline --inline-limit= --help "
23 else
24 _ipfs_filesystem_complete
25 fi