mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
5 lines
170 B
Text
5 lines
170 B
Text
error: methods in attributes are not allowed for subcommand
|
|
--> $DIR/subcommand_and_methods.rs:17:12
|
|
|
|
|
17 | #[clap(subcommand, long)]
|
|
| ^^^^^^^^^^
|