mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
5 lines
173 B
Text
5 lines
173 B
Text
error: `skip` cannot be used with `subcommand`
|
|
--> tests/derive_ui/skip_subcommand.rs:17:27
|
|
|
|
|
17 | #[command(subcommand, skip)]
|
|
| ^^^^
|