2022-04-22 15:45:43 +00:00
|
|
|
bin.name = "stdio-fixture"
|
|
|
|
args = ["help"]
|
|
|
|
status.code = 0
|
|
|
|
stdout = """
|
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
|
|
|
|
more log
|
2022-07-22 20:43:49 +00:00
|
|
|
|
2022-09-07 20:29:15 +00:00
|
|
|
-h, --help
|
2023-01-03 16:49:43 +00:00
|
|
|
Print help (see a summary with '-h')
|
2022-04-22 15:45:43 +00:00
|
|
|
|
2022-09-07 20:29:15 +00:00
|
|
|
-V, --version
|
2023-01-03 16:49:43 +00:00
|
|
|
Print version
|
2022-04-22 15:45:43 +00:00
|
|
|
"""
|
|
|
|
stderr = ""
|