We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--help
--no-workflows
1 parent c61ce10 commit 8f58521Copy full SHA for 8f58521
1 file changed
completions/git-elegant.bash
@@ -35,7 +35,9 @@ _git_elegant() {
35
show-release-notes)
36
COMPREPLY=( $(compgen -W "simple smart ${gecops[*]}" -- ${cursor}) )
37
return 0 ;;
38
- *) ;;
+ *)
39
+ COMPREPLY=( $(compgen -W "${gecops[*]}" -- ${cursor}) )
40
+ return 0 ;;
41
esac
42
fi
43
0 commit comments