mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 16:47:21 +00:00
6 lines
167 B
Text
6 lines
167 B
Text
|
error: subcommand is only allowed on fields
|
||
|
--> $DIR/struct_subcommand.rs:12:24
|
||
|
|
|
||
|
12 | #[clap(name = "basic", subcommand)]
|
||
|
| ^^^^^^^^^^
|