Update argparse to get multiline alignment

This commit is contained in:
Marek Roszko
2023-08-31 22:09:34 -04:00
parent 270c195df9
commit 88a76d4b01
24 changed files with 418 additions and 78 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
} catch (const std::runtime_error &err) {
std::cerr << err.what() << std::endl;
std::cerr << program;
std::exit(1);
return 1;
}
if (program["--verbose"] == true) {