mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
20 lines
377 B
TOML
20 lines
377 B
TOML
|
bin.name = "stdio-fixture"
|
||
|
args = []
|
||
|
status.code = 2
|
||
|
stdout = ""
|
||
|
stderr = """
|
||
|
stdio-fixture 1.0
|
||
|
|
||
|
USAGE:
|
||
|
stdio-fixture[EXE] [OPTIONS] [SUBCOMMAND]
|
||
|
|
||
|
OPTIONS:
|
||
|
-h, --help Print help information
|
||
|
-V, --version Print version information
|
||
|
--verbose log
|
||
|
|
||
|
SUBCOMMANDS:
|
||
|
help Print this message or the help of the given subcommand(s)
|
||
|
more
|
||
|
"""
|