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

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

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

```