clap/tests/ui/help_flag_stdout.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

24 lines
434 B
TOML

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