clap/tests/ui/h_flag_stdout.toml
Ed Page 1e2471649e test(output): Ensure correct streams
This is to prevent #3648 from happening again
2022-04-22 10:56:47 -05:00

19 lines
381 B
TOML

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