put everything in the argparse namespace

This commit is contained in:
Carl Pearson
2020-04-01 13:59:50 -05:00
parent a132c7d925
commit 193219ac50
4 changed files with 46 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
int main(int argc, char **argv) {
// A parser object
Parser p;
argparse::Parser p;
// Program data corresponding to flags, options, and positional arguments
bool verbose = false;