clap/tests/ui/arg_required_else_help_stderr.toml
Ed Page 11076a5c70 fix(help)!: Make DeriveDisplayOrder the default, removing it
Force sorting with `next_display_order(None)`

Fixes #2808
2022-07-22 15:52:03 -05:00

19 lines
377 B
TOML

bin.name = "stdio-fixture"
args = []
status.code = 2
stdout = ""
stderr = """
stdio-fixture 1.0
USAGE:
stdio-fixture[EXE] [OPTIONS] [SUBCOMMAND]
OPTIONS:
--verbose log
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
more
help Print this message or the help of the given subcommand(s)
"""