mirror of
https://github.com/clap-rs/clap
synced 2025-01-08 10:48:45 +00:00
5 lines
155 B
Text
5 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))]
|
|
| ^^^^^
|