mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
11 lines
281 B
TOML
11 lines
281 B
TOML
bin.name = "stdio-fixture"
|
|
args = ["--unknown-argument"]
|
|
status.code = 2
|
|
stdout = ""
|
|
stderr = """
|
|
error: Found argument '--unknown-argument' which wasn't expected, or isn't valid in this context
|
|
|
|
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
|
|
|
|
For more information try '--help'
|
|
"""
|