Caught Exception: Only the following mandatory options '-b|--bool' were given, but at least the following options are required: '-b|--bool', '-s|--str'
Caught Exception: Only the following mandatory options -b|--bool were given, but at least the following options are required: -b|--bool-s|--str=<param>
```
[//]:#end_calls_simple_main_parser
...
...
@@ -959,6 +960,7 @@ But if you want to be conformant to [CppCoreGuideline C.21](https://github.com/i
If the previous example listing is executed, you get the following output:
[//]:#begin_calls_parser_container
```bash
# Print the help message:
$ ./libclapp_doc_parser_container -h# this is the same as with option `--help`