third_party_rust_clap/tests/ui/help_cmd_stdout.toml

27 lines
432 B
TOML
Raw Normal View History

bin.name = "stdio-fixture"
args = ["help"]
status.code = 0
stdout = """
stdio-fixture 1.0
Usage:
stdio-fixture[EXE] [OPTIONS] [SUBCOMMAND]
Options:
--verbose
more 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)
"""
stderr = ""