2022-04-22 15:45:43 +00:00
|
|
|
bin.name = "stdio-fixture"
|
|
|
|
args = []
|
|
|
|
status.code = 2
|
|
|
|
stdout = ""
|
|
|
|
stderr = """
|
2022-09-07 16:03:55 +00:00
|
|
|
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
|
2022-04-22 15:45:43 +00:00
|
|
|
|
2022-08-31 02:38:37 +00:00
|
|
|
Commands:
|
2022-09-07 20:29:15 +00:00
|
|
|
more
|
|
|
|
help Print this message or the help of the given subcommand(s)
|
2022-08-26 15:59:27 +00:00
|
|
|
|
2022-08-26 14:40:23 +00:00
|
|
|
Options:
|
2022-09-07 20:29:15 +00:00
|
|
|
--verbose log
|
|
|
|
-h, --help Print help information (use `--help` for more detail)
|
|
|
|
-V, --version Print version information
|
2022-04-22 15:45:43 +00:00
|
|
|
"""
|