summaryrefslogtreecommitdiffstats
path: root/vendor/clap/examples/tutorial_derive/02_apps.md
blob: b5ae1147fd76390e8449e38da6a3159209370bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```console
$ 02_apps_derive --help
Does awesome things

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

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

$ 02_apps_derive --version
MyApp 1.0

```