Skip to content

Commit

Permalink
Merge pull request #7102 from RubenKelevra/patch-3
Browse files Browse the repository at this point in the history
update bash completion for `ipfs add`
  • Loading branch information
Stebalien authored Apr 5, 2020
2 parents 3304c28 + 51bf173 commit 96797cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/completion/ipfs-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96797cf

Please sign in to comment.