mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
5 lines
249 B
Text
5 lines
249 B
Text
error: `value_parser` 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))]
|
|
| ^^^^^^^^^^^^
|