mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
1e2471649e
This is to prevent #3648 from happening again
7 lines
120 B
TOML
7 lines
120 B
TOML
bin.name = "stdio-fixture"
|
|
args = ["--version"]
|
|
status.code = 0
|
|
stdout = """
|
|
stdio-fixture 1.0 - a2132c
|
|
"""
|
|
stderr = ""
|