Skip to content

Commit

Permalink
Merge pull request #3536 from clap-rs/env-re
Browse files Browse the repository at this point in the history
Fixes #3464
  • Loading branch information
epage authored Mar 5, 2022
2 parents 4955929 + 8a9403a commit 0d022f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/derive_ref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 0d022f1

Please sign in to comment.