mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
edce5c2119
This makes it better scale for the future
5 lines
167 B
Text
5 lines
167 B
Text
error: `skip` cannot be used with `subcommand`
|
|
--> tests/derive_ui/skip_subcommand.rs:17:24
|
|
|
|
|
17 | #[clap(subcommand, skip)]
|
|
| ^^^^
|