mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Show conventional colored "error:"/"FATAL:" for CLI option errors
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user