clap/tests/ui/arg_required_else_help_stderr.toml

17 lines
359 B
TOML
Raw Normal View History

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 information (use `--help` for more detail)
-V, --version Print version information
"""