Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 347 Bytes

03_03_positional.md

File metadata and controls

20 lines (14 loc) · 347 Bytes
$ 03_03_positional_derive --help
A simple to use, efficient, and full-featured Command Line Argument Parser

Usage: 03_03_positional_derive[EXE] [NAME]

Arguments:
  [NAME]  

Options:
  -h, --help     Print help
  -V, --version  Print version

$ 03_03_positional_derive
name: None

$ 03_03_positional_derive bob
name: Some("bob")