mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
65b5b5f7bf
This is to help shorten it and polish it by removing redundant information. This is a part of #4132
17 lines
383 B
TOML
17 lines
383 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
|
|
"""
|