Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-31 16:28:49 -04:00 committed by GitHub
parent 02f40c3721
commit 4dc61b679e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,9 @@ program.add_argument("--verbose", "-v")
program.parse_args({ "./main", "--verbose" });
auto a = program.get<bool>("--verbose"); // true
if (program["--verbose'] == true) { // true
// enable verbose logging
}
```
### Compound Arguments