mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 11:53:26 -04:00
lint: formatting
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+2852
-17725
File diff suppressed because it is too large
Load Diff
+248
-1173
File diff suppressed because it is too large
Load Diff
@@ -488,8 +488,7 @@ int main(int argc, char* argv[]) {
|
||||
app.add_option("-f,--file", single_file,
|
||||
"Limit the offline test routine to a single file to decompile/compile -- useful "
|
||||
"when you are just iterating on a single file");
|
||||
app.add_flag("--fail-on-cmp", fail_on_cmp,
|
||||
"Fail the tests immediately if the comparison fails");
|
||||
app.add_flag("--fail-on-cmp", fail_on_cmp, "Fail the tests immediately if the comparison fails");
|
||||
app.validate_positionals();
|
||||
CLI11_PARSE(app, argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user