mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
6 lines
187 B
Text
6 lines
187 B
Text
|
error: parse attribute is not allowed for subcommand
|
||
|
--> $DIR/subcommand_and_parse.rs:17:24
|
||
|
|
|
||
|
17 | #[clap(subcommand, parse(from_occurrences))]
|
||
|
| ^^^^^
|