Show conventional colored "error:"/"FATAL:" for CLI option errors

This commit is contained in:
Rangi
2025-10-23 12:38:43 -04:00
parent f065243cd2
commit efb5a88edb
7 changed files with 31 additions and 25 deletions

View File

@@ -415,7 +415,7 @@ static void verboseOutputConfig() {
// LCOV_EXCL_STOP
int main(int argc, char *argv[]) {
cli_ParseArgs(argc, argv, optstring, longopts, parseArg, fatal);
cli_ParseArgs(argc, argv, optstring, longopts, parseArg, usage);
verboseOutputConfig();