Skip to content

Commit

Permalink
Add rebuild and re to bash_completion
Browse files Browse the repository at this point in the history
  • Loading branch information
bazurbat committed Mar 10, 2020
1 parent 6714d39 commit bffe68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ _jagen_complete() {
;;
refresh)
COMPREPLY=($(compgen -W "$help_opt" -- "$cur")) ;;
build|do)
build|do|rebuild|re)
COMPREPLY=($(compgen -W "$help_opt $build_opt $(cat "$names_file") $(cat "$targets_file")" -- "$cur")) ;;
src|source)
if [[ "$prev" == "source" ]] || [[ "$prev" == "src" ]]; then
Expand Down

0 comments on commit bffe68a

Please sign in to comment.