]> git.proxmox.com Git - rustc.git/blob - vendor/clap-4.2.1/examples/tutorial_builder/02_apps.md
New upstream version 1.71.1+dfsg1
[rustc.git] / vendor / clap-4.2.1 / examples / tutorial_builder / 02_apps.md
1 ```console
2 $ 02_apps --help
3 Does awesome things
4
5 Usage: 02_apps[EXE] --two <VALUE> --one <VALUE>
6
7 Options:
8 --two <VALUE>
9 --one <VALUE>
10 -h, --help Print help
11 -V, --version Print version
12
13 $ 02_apps --version
14 MyApp 1.0
15
16 ```