Sign in
chromium
/
external
/
github.com
/
clap-rs
/
clap
/
refs/tags/upstream/v4.5.30
/
.
/
tests
/
ui
/
error_stderr.toml
blob: 20efbfc99072623f94d7c52c17e90343e22f4ea5 [
file
] [
log
] [
blame
]
bin
.
name
=
"stdio-fixture"
args
=
[
"--unknown-argument"
]
status
.
code
=
2
stdout
=
""
stderr
=
"""
error: unexpected argument '--unknown-argument' found
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
For more information, try '--help'.
"""