mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
Merge pull request #7102 from RubenKelevra/patch-3
update bash completion for `ipfs add`
This commit is contained in:
commit
96797cf8d4
@ -19,7 +19,7 @@ _ipfs_add()
|
||||
elif [ "${prev}" == "--pin" ] ; then
|
||||
_ipfs_comp "true false"
|
||||
elif [[ ${word} == -* ]] ; then
|
||||
_ipfs_comp "--recursive --quiet --silent --progress --trickle --only-hash --wrap-with-directory --hidden --chunker= --pin= --raw-leaves --help "
|
||||
_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 "
|
||||
else
|
||||
_ipfs_filesystem_complete
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user