We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa63e6b commit 9c44a3aCopy full SHA for 9c44a3a
src/tools/milkycli/milkycli.cpp
@@ -6,7 +6,7 @@ int main(int argc, const char* argv[])
6
static CLIParser parser(argc, argv);
7
auto exporter = WAVExporter::createFromParser(parser);
8
9
- if (exporter->hasParseError()) {
+ if (exporter->hasParseError() || exporter->hasArgumentError()) {
10
parser.printUsage();
11
fprintf(stderr, "Error: %s\n", exporter->getErrorMessage());
12
return 1;
0 commit comments