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