clap/tests/ui/error_stderr.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'
"""