clap/tests
Peter Grayson 7eea7d27ad
fix(help): Optional arg values in brackets
When an Arg uses .min_values(0), that arg's value(s) are effectively
optional. This is conventionaly denoted in help messages by wrapping the
arg's values in square brackets. For example:

    --foo[=value]
    --bar [value]

This kind of argument can be seen in the wild in many git commands; e.g.
git-status(1).

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
2022-01-26 12:03:23 -05:00
..
builder fix(help): Optional arg values in brackets 2022-01-26 12:03:23 -05:00
derive fix(help): Optional arg values in brackets 2022-01-26 12:03:23 -05:00
derive_ui test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
app.yml fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00
derive_ui.rs fix: Limit when ui tests run 2021-12-06 12:37:49 -06:00
examples.rs Merge pull request #3104 from epage/unstable 2021-12-08 21:21:12 -06:00
macros.rs fix: Finish reverting clap_app 2021-12-02 10:45:10 -06:00
yaml.rs fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00