1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
```console $ 03_03_positional --help A simple to use, efficient, and full-featured Command Line Argument Parser Usage: 03_03_positional[EXE] [name] Arguments: [name] Options: -h, --help Print help -V, --version Print version $ 03_03_positional name: None $ 03_03_positional bob name: Some("bob") ```