Skip to content

Commit d8c17d3

Browse files
Oliver Weilermarc0der
authored andcommitted
Remove completion for current
1 parent a3f3356 commit d8c17d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/bash/sdkman-completion.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ function __sdkman_completion_bash() {
4949
env)
5050
candidates=("init install clear")
5151
;;
52-
current)
53-
candidates=()
54-
55-
for candidate_path in "$SDKMAN_CANDIDATES_DIR"/*; do
56-
candidates+=("${candidate_path##*/}")
57-
done
58-
;;
5952
offline)
6053
candidates=("enable" "disable")
6154
;;

0 commit comments

Comments
 (0)