diff --git a/cli.cpp b/cli.cpp index a00e785c..962f7703 100644 --- a/cli.cpp +++ b/cli.cpp @@ -299,6 +299,7 @@ bool OptionColor(int *currentDev, std::string argument, Options *options) if(ParseColors(argument, currentDevOpts)) { currentDevOpts->hasOption = true; + return true; } else {