Forgo all checks when running __sdk_completion (#913)

* Forgo all checks when running __sdk_completion

* Remove accidentally duplicated code
This commit is contained in:
Oliver Weiler
2021-05-17 20:55:17 +02:00
committed by GitHub
parent c04c8bf86c
commit c320fefc3a

View File

@@ -65,6 +65,11 @@ function sdk() {
return $?
fi
if [[ "$COMMAND" == "completion" ]]; then
__sdk_completion "$QUALIFIER"
return $?
fi
#
# Various sanity checks and default settings
#