mirror of
https://github.com/openharmony/third_party_rust_clap.git
synced 2026-07-19 13:14:38 -04:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
error: `subcommand` cannot be used with `command`
|
|
--> tests/derive_ui/struct_subcommand.rs:12:27
|
|
|
|
|
12 | #[command(name = "basic", subcommand)]
|
|
| ^^^^^^^^^^
|