clap/clap_derive/src/derives
Ed Page 773ba94c4e refactor(derive): Merge handling of bool/from_flag
This will make it easier to divide off parser logic for adding in
actions.

This does mean we can't provide error reporting on bad values with
`bool` but
- We should have also been doing that for `from_flag`
- We'll be dropping this soon in clap4 anyways
2022-06-02 13:01:59 -05:00
..
arg_enum.rs feat(derive): Don't abort when non-unit variant is skipped 2022-03-31 18:49:21 +02:00
args.rs refactor(derive): Merge handling of bool/from_flag 2022-06-02 13:01:59 -05:00
into_app.rs fix: Rename IntoApp to CommandFactory 2022-02-15 08:24:00 -06:00
mod.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
parser.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
subcommand.rs fix(parser): Simplify the common getter API 2022-05-25 10:50:42 -05:00