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

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

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

$ 02_crate --version
clap [..]

```