clap/tests/ui/help_flag_stdout.toml

24 lines
410 B
TOML
Raw Normal View History

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 = ""