mirror of
https://github.com/clap-rs/clap
synced 2024-11-12 23:57:10 +00:00
Fixes #3464
This commit is contained in:
parent
49559291f0
commit
8a9403a1df
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ These correspond to a `clap::Arg`.
|
|||
- `long [= <str>]`: `clap::Arg::long`
|
||||
- When not present: no long set
|
||||
- Without `<str>`: defaults to the case-converted field name
|
||||
- `env [= <str>]`: `clap::Arg::env`
|
||||
- `env [= <str>]`: `clap::Arg::env` (needs `env` feature enabled)
|
||||
- When not present: no env set
|
||||
- Without `<str>`: defaults to the case-converted field name
|
||||
- `flatten`: Delegates to the field for more arguments (must implement `Args`)
|
||||
|
|
Loading…
Reference in a new issue