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