ensure having no-collors set doesn't break execution

This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-27 13:47:14 +01:00
parent 86a875b9d4
commit 8e23d96bec

View File

@ -76,6 +76,9 @@ else
kubeapi-enable)
kubeapiEnable="true"
;;
no-color)
noColor
;;
*)
echo -e "Invalid Option \"--$OPTARG\"\n" && help
exit