clap/tests/derive_ui/skip_with_other_options.stderr
Ed Page abcee38466 fix(derive): Improve skip method error
Really this is about consolidating the skip checks but it also provideda
chance to improve the error.
2022-09-06 10:48:54 -05:00

5 lines
157 B
Text

error: `long` cannot be used with `#[arg(skip)]
--> tests/derive_ui/skip_with_other_options.rs:8:17
|
8 | #[arg(skip, long)]
| ^^^^