clap/tests/derive_ui/skip_subcommand.stderr
Ed Page edce5c2119 fix(derive): Improve Kind conflict errors
This makes it better scale for the future
2022-09-02 10:48:38 -05:00

5 lines
167 B
Text

error: `skip` cannot be used with `subcommand`
--> tests/derive_ui/skip_subcommand.rs:17:24
|
17 | #[clap(subcommand, skip)]
| ^^^^