clap/tests
Ed Page 9074b60194 feat(parser): Make customizeing flags easier
While `TypedValueParser` will generally make it easier to reuse value
parsers, this was particularly written for flags.  Besides having a
concrete API to document, an advantage over `fn(&str) -> Result<bool, E>`
value parsers is you get all of the benefits of the existing value
parsers for environment variable parsing.
2022-08-19 08:21:55 -05:00
..
builder fix!: Require/default conditional APIs are more explicit 2022-08-16 11:52:10 -05:00
derive feat(parser): Make customizeing flags easier 2022-08-19 08:21:55 -05:00
derive_ui chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
ui fix(help)!: Make DeriveDisplayOrder the default, removing it 2022-07-22 15:52:03 -05:00
derive_ui.rs chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
examples.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
macros.rs fix: No implicit version/help actions 2022-08-10 21:21:53 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00