clap/tests
Ed Page 02d27b5ce3 fix(usage): Make dont_collapse_args_in_usage the default
The setting was added to resolve #769.  The reason it was optional is out
of concern for applications with a lot of positional arguments.  I think
those cases are rare enough that we should just push people to override
the usage.  Positional arguments are generally important enough, even if
optional, to show.

As a side effect, this fixed some bugs with
`dont_collapse_args_in_usage` where it would repeat an argument in a
smart usage.

As a side effect, smart usage now shows `--` when it should
2022-08-30 16:12:49 -05:00
..
builder fix(usage): Make dont_collapse_args_in_usage the default 2022-08-30 16:12:49 -05:00
derive fix: Deprecate _os variants 2022-08-29 12:42:30 -05:00
derive_ui fix(derive): Remove error case for default_value 2022-08-26 13:59:18 -05:00
ui fix(help): Shift focus to subcommands, when present 2022-08-26 10:59:40 -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