mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
6 lines
155 B
Text
6 lines
155 B
Text
|
error: parse must have exactly one argument
|
||
|
--> $DIR/parse_not_zero_args.rs:14:12
|
||
|
|
|
||
|
14 | #[clap(parse(from_str, from_str))]
|
||
|
| ^^^^^
|