mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
11 lines
277 B
Text
11 lines
277 B
Text
error: expected attribute arguments in parentheses: #[command(...)]
|
|
--> tests/derive_ui/clap_empty_attr.rs:4:3
|
|
|
|
|
4 | #[command]
|
|
| ^^^^^^^
|
|
|
|
error: expected parentheses: #[arg(...)]
|
|
--> tests/derive_ui/clap_empty_attr.rs:9:11
|
|
|
|
|
9 | #[arg = "short"]
|
|
| ^
|