1```console 2$ 02_app_settings_derive --help 3A simple to use, efficient, and full-featured Command Line Argument Parser 4 5Usage: 02_app_settings_derive[EXE] --two <TWO> --one <ONE> 6 7Options: 8 --two <TWO> 9 10 --one <ONE> 11 12 -h, --help 13 Print help 14 -V, --version 15 Print version 16 17``` 18