mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
7 lines
256 B
Text
7 lines
256 B
Text
error[E0277]: the trait bound `SubCmd: clap::Args` is not satisfied
|
|
--> $DIR/flatten_on_subcommand.rs:3:12
|
|
|
|
|
3 | #[clap(flatten)]
|
|
| ^^^^^^^ the trait `clap::Args` is not implemented for `SubCmd`
|
|
|
|
|
= note: required by `augment_args`
|