mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
6 lines
213 B
Text
6 lines
213 B
Text
|
error: Only one variant can be marked with `external_subcommand`, this is the second
|
||
|
--> $DIR/multiple_external_subcommand.rs:14:12
|
||
|
|
|
||
|
14 | #[clap(external_subcommand)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|