2022-04-22 10:45:43 -05:00
|
|
|
bin.name = "stdio-fixture"
|
|
|
|
args = ["-h"]
|
|
|
|
status.code = 0
|
|
|
|
stdout = """
|
2022-09-07 11:03:55 -05:00
|
|
|
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
|
2022-04-22 10:45:43 -05:00
|
|
|
|
2022-08-30 21:38:37 -05:00
|
|
|
Commands:
|
2022-09-07 15:29:15 -05:00
|
|
|
more
|
|
|
|
help Print this message or the help of the given subcommand(s)
|
2022-08-26 10:59:27 -05:00
|
|
|
|
2022-08-26 09:40:23 -05:00
|
|
|
Options:
|
2022-09-07 15:29:15 -05:00
|
|
|
--verbose log
|
2023-01-03 10:49:43 -06:00
|
|
|
-h, --help Print help (see more with '--help')
|
|
|
|
-V, --version Print version
|
2022-04-22 10:45:43 -05:00
|
|
|
"""
|
|
|
|
stderr = ""
|