mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-19 14:06:45 -04:00
Forgo all checks when running __sdk_completion (#913)
* Forgo all checks when running __sdk_completion * Remove accidentally duplicated code
This commit is contained in:
@@ -65,6 +65,11 @@ function sdk() {
|
||||
return $?
|
||||
fi
|
||||
|
||||
if [[ "$COMMAND" == "completion" ]]; then
|
||||
__sdk_completion "$QUALIFIER"
|
||||
return $?
|
||||
fi
|
||||
|
||||
#
|
||||
# Various sanity checks and default settings
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user