clap/tests/ui/arg_required_else_help_stderr.toml
Ed Page 65b5b5f7bf fix(help): Remove name/version/author from help
This is to help shorten it and polish it by removing redundant
information.

This is a part of #4132
2022-08-31 15:06:15 -05:00

17 lines
383 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
"""