mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
5 lines
160 B
Text
5 lines
160 B
Text
error: subcommand, flatten and skip cannot be used together
|
|
--> $DIR/skip_flatten.rs:17:18
|
|
|
|
|
17 | #[clap(skip, flatten)]
|
|
| ^^^^^^^
|