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