mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 00:27:13 +00:00
5 lines
190 B
Text
5 lines
190 B
Text
error: `subcommand` cannot be used with `command`
|
|
--> tests/derive_ui/struct_subcommand.rs:12:27
|
|
|
|
|
12 | #[command(name = "basic", subcommand)]
|
|
| ^^^^^^^^^^
|