mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
5 lines
189 B
Text
5 lines
189 B
Text
error: `flatten` cannot be used with `subcommand`
|
|
--> tests/derive_ui/subcommand_and_flatten.rs:16:27
|
|
|
|
|
16 | #[command(subcommand, flatten)]
|
|
| ^^^^^^^
|