summaryrefslogtreecommitdiffstats
path: root/vendor/clap/examples/tutorial_derive/02_crate.md
blob: 3f6446064090a82ae337a0aea1cca5f31a4bf7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```console
$ 02_crate_derive --help
A simple to use, efficient, and full-featured Command Line Argument Parser

Usage: 02_crate_derive[EXE] --two <TWO> --one <ONE>

Options:
      --two <TWO>  
      --one <ONE>  
  -h, --help       Print help
  -V, --version    Print version

$ 02_crate_derive --version
clap [..]

```