mirror of
https://github.com/clap-rs/clap
synced 2025-01-07 10:18:48 +00:00
9a645d2d19
After looking at more examples, I've become more attached to this briefer format. Part of #4132
16 lines
379 B
TOML
16 lines
379 B
TOML
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
|
|
"""
|