Skip to content

Commit 5862e78

Browse files
committed
Remove 'swank' and add missing commands to bash completion.
Added: change, do, plugin, release, show-profiles, update-in, vcs
1 parent 66c7f9a commit 5862e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bash_completion.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ _lein_completion() {
33
COMPREPLY=()
44
cur="${COMP_WORDS[COMP_CWORD]}"
55
prev="${COMP_WORDS[COMP_CWORD-1]}"
6-
tasks="check classpath clean compile deploy deps help install jar javac new pom repl retest run search swank test trampoline uberjar upgrade version with-profile"
6+
tasks="change check classpath clean compile deploy deps do help install jar javac new plugin pom release repl retest run search show-profiles test trampoline uberjar update-in upgrade vcs version with-profile"
77

88
case "${prev}" in
9-
check | classpath | clean | deploy | deps | install | jar | javac | new | pom | repl | swank | uberjar | version)
9+
change | check | classpath | clean | deploy | deps | do | install | jar | javac | new | plugin | pom | release | repl | show-profiles | uberjar | update-in | vcs | version)
1010
COMPREPLY=()
1111
;;
1212
help)

0 commit comments

Comments
 (0)