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