1bin.name = "stdio-fixture" 2args = ["help"] 3status.code = 0 4stdout = """ 5Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND] 6 7Commands: 8 more 9 10 help 11 Print this message or the help of the given subcommand(s) 12 13Options: 14 --verbose 15 more log 16 17 -h, --help 18 Print help (see a summary with '-h') 19 20 -V, --version 21 Print version 22""" 23stderr = "" 24