clap/tests/ui/arg_required_else_help_stderr.toml
Ed Page 9a645d2d19 fix(help): Collapse usage to one line
After looking at more examples, I've become more attached to this
briefer format.

Part of #4132
2022-09-07 11:03:57 -05:00

16 lines
379 B
TOML

bin.name = "stdio-fixture"
args = []
status.code = 2
stdout = ""
stderr = """
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
Commands:
more
help Print this message or the help of the given subcommand(s)
Options:
--verbose log
-h, --help Print help information (use `--help` for more detail)
-V, --version Print version information
"""