We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sdk completion
1 parent 54e9cd8 commit a3f3356Copy full SHA for a3f3356
src/main/bash/sdkman-completion.sh
@@ -70,7 +70,13 @@ function __sdkman_completion_bash() {
70
COMPREPLY=($(compgen -W "${candidates[*]}" -- "$current_word"))
71
}
72
73
- complete -o default -F _sdk_completion sdk
+ complete -o default -F _sdk_completion sdk
74
+
75
+ # Run the following command to enable Bash completion in the current shell:
76
+ # source <(sdk completion bash)
77
+ #
78
+ # Issue the following command to enable Bash completion permanently:
79
+ # echo "source <(sdk completion bash)" >> ~/.bashrc
80
EOF
81
82
0 commit comments