clap-serde 0.5.1

Provides a wrapper to deserialize clap app using serde.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ArgGropus Key List

- clap : 3.0.10
- clap-serde : 0.3.0

(Keys can be changed by the case-key features)

|key| type|
|-|-|
|arg| `&str` |
|args| `Vec<&str>` |
|conflicts_with| `&str` |
|conflicts_with_all| `Vec<&str>` |
|multiple| `bool`|
|name| `&str`|
|required| `bool`|
|requires| `&str`|
|requires_all| `Vec<&str>`|