mirror of
https://github.com/clap-rs/clap
synced 2025-01-10 03:38:50 +00:00
6 lines
160 B
Text
6 lines
160 B
Text
|
error: subcommand, flatten and skip cannot be used together
|
||
|
--> $DIR/skip_flatten.rs:17:18
|
||
|
|
|
||
|
17 | #[clap(skip, flatten)]
|
||
|
| ^^^^^^^
|