Skip to content

Commit

Permalink
feat: bash complete install --path with dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Jun 29, 2022
1 parent dbff32b commit ca08dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/cargo.bashcomp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ _cargo()
--target)
COMPREPLY=( $( compgen -W "$(_get_targets)" -- "$cur" ) )
;;
--target-dir)
--target-dir|--path)
_filedir -d
;;
help)
Expand Down

0 comments on commit ca08dad

Please sign in to comment.