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

7 lines
120 B
TOML

bin.name = "stdio-fixture"
args = ["--version"]
status.code = 0
stdout = """
stdio-fixture 1.0 - a2132c
"""
stderr = ""