mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
6 lines
248 B
Text
6 lines
248 B
Text
|
error: `value_parse` attribute conflicts with `parse` attribute
|
||
|
--> tests/derive_ui/parse_with_value_parser.rs:14:29
|
||
|
|
|
||
|
14 | #[clap(parse(from_str), value_parser = clap::value_parser!(String))]
|
||
|
| ^^^^^^^^^^^^
|