mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
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 = ""
|