clap/tests
Ed Page c1c269b427 fix(help): Clarify short vs long help
In reviewing CLIs for #4132, I found some were providing helps on `-h`
vs `--help` and figured that could be built directly into clap.  I had
considered not making this hint automatic but I figured the overhead of
checking if long exists wouldn't be too bad.  The code exists (no binary
size increase) and just a simple iteration is probably not too slow
compared to everything else.

Fixes #1015
2022-08-31 14:25:46 -05:00
..
builder fix(help): Clarify short vs long help 2022-08-31 14:25:46 -05:00
derive fix(help): Clarify short vs long help 2022-08-31 14:25:46 -05:00
derive_ui fix(derive): Remove error case for default_value 2022-08-26 13:59:18 -05:00
ui fix(help): Clarify short vs long help 2022-08-31 14:25:46 -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(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00