bin.name = "rage-mount" args = "--help" stdout = """ Usage: rage-mount[EXE] [OPTIONS] --types Arguments: The encrypted filesystem to mount. The directory to mount the filesystem at. Options: -h, --help Print this help message and exit. -V, --version Print version info and exit. -t, --types Indicates the filesystem type (one of "tar", "zip"). --max-work-factor Maximum work factor to allow for passphrase decryption. -i, --identity Use the identity file at IDENTITY. May be repeated. """ stderr = ""