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

Usage: 02_apps[EXE] --two <VALUE> --one <VALUE>

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

$ 02_apps --version
MyApp 1.0

```