mirror of
https://github.com/clap-rs/clap
synced 2025-01-09 03:08:45 +00:00
6 lines
169 B
Text
6 lines
169 B
Text
|
error: subcommand, flatten and skip cannot be used together
|
||
|
--> $DIR/skip_subcommand.rs:17:24
|
||
|
|
|
||
|
17 | #[clap(subcommand, skip)]
|
||
|
| ^^^^
|