mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
1e2471649e
This is to prevent #3648 from happening again
26 lines
434 B
TOML
26 lines
434 B
TOML
bin.name = "stdio-fixture"
|
|
args = ["--help"]
|
|
status.code = 0
|
|
stdout = """
|
|
stdio-fixture 1.0
|
|
|
|
USAGE:
|
|
stdio-fixture[EXE] [OPTIONS] [SUBCOMMAND]
|
|
|
|
OPTIONS:
|
|
-h, --help
|
|
Print help information
|
|
|
|
-V, --version
|
|
Print version information
|
|
|
|
--verbose
|
|
more log
|
|
|
|
SUBCOMMANDS:
|
|
help
|
|
Print this message or the help of the given subcommand(s)
|
|
more
|
|
|
|
"""
|
|
stderr = ""
|