bin.name = "stdio-fixture" | |
args = [] | |
status.code = 2 | |
stdout = "" | |
stderr = """ | |
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND] | |
Commands: | |
more | |
help Print this message or the help of the given subcommand(s) | |
Options: | |
--verbose log | |
-h, --help Print help (see more with '--help') | |
-V, --version Print version | |
""" |