clap/tests/ui/h_flag_stdout.toml

20 lines
381 B
TOML
Raw Normal View History

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