1```console 2$ 02_apps_derive --help 3MyApp 1.0 4Kevin K. <kbknapp@gmail.com> 5Does awesome things 6 7USAGE: 8 02_apps_derive[EXE] --two <TWO> --one <ONE> 9 10OPTIONS: 11 -h, --help Print help information 12 --one <ONE> 13 --two <TWO> 14 -V, --version Print version information 15 16$ 02_apps_derive --version 17MyApp 1.0 18 19``` 20