mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
update supported cmake versions and add some tests with newer compilers (#972)
Update and test with some newer compilers and cmake versions --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -283,7 +283,7 @@ CLI::Option* opt = app.add_flag("--opt");
|
||||
CLI11_PARSE(app, argv, argc);
|
||||
|
||||
if(* opt)
|
||||
std::cout << "Flag received " << opt->count() << " times." << std::endl;
|
||||
std::cout << "Flag received " << opt->count() << " times." << '\n';
|
||||
```
|
||||
|
||||
## Inheritance of defaults
|
||||
|
||||
Reference in New Issue
Block a user