1bin.name = "stdio-fixture"
2args = ["--unknown-argument"]
3status.code = 2
4stdout = ""
5stderr = """
6error: unexpected argument '--unknown-argument' found
7
8Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
9
10For more information, try '--help'.
11"""
12