mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
5 lines
187 B
Text
5 lines
187 B
Text
error: methods in attributes are not allowed for subcommand
|
|
--> tests/derive_ui/subcommand_and_methods.rs:16:15
|
|
|
|
|
16 | #[command(subcommand, long)]
|
|
| ^^^^^^^^^^
|