2022-04-22 15:45:43 +00:00
|
|
|
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
|
|
|
|
|
2022-09-07 20:29:15 +00:00
|
|
|
If you tried to supply `--unknown-argument` as a value rather than a flag, use `-- --unknown-argument`
|
2022-04-22 15:45:43 +00:00
|
|
|
|
2022-09-07 16:03:55 +00:00
|
|
|
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
|
2022-04-22 15:45:43 +00:00
|
|
|
|
2022-09-15 19:22:28 +00:00
|
|
|
For more information try '--help'
|
2022-04-22 15:45:43 +00:00
|
|
|
"""
|