diff --git a/truetool.sh b/truetool.sh index 3fd25056..07f7b97b 100755 --- a/truetool.sh +++ b/truetool.sh @@ -76,6 +76,9 @@ else kubeapi-enable) kubeapiEnable="true" ;; + no-color) + noColor + ;; *) echo -e "Invalid Option \"--$OPTARG\"\n" && help exit