You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bash_completion.bash
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ _lein_completion() {
3
3
COMPREPLY=()
4
4
cur="${COMP_WORDS[COMP_CWORD]}"
5
5
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"
0 commit comments