]> git.proxmox.com Git - rustc.git/blob - vendor/clap/examples/tutorial_derive/02_crate.md
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / clap / examples / tutorial_derive / 02_crate.md
1 ```console
2 $ 02_crate_derive --help
3 A simple to use, efficient, and full-featured Command Line Argument Parser
4
5 Usage: 02_crate_derive[EXE] --two <TWO> --one <ONE>
6
7 Options:
8 --two <TWO>
9 --one <ONE>
10 -h, --help Print help
11 -V, --version Print version
12
13 $ 02_crate_derive --version
14 clap [..]
15
16 ```