error: subcommand, flatten and skip cannot be used together --> $DIR/skip_subcommand.rs:17:24 | 17 | #[clap(subcommand, skip)] | ^^^^ error[E0277]: the trait bound `MakeCookie: std::convert::From` is not satisfied --> $DIR/skip_subcommand.rs:11:10 | 11 | #[derive(Clap, Debug)] | ^^^^ the trait `std::convert::From` is not implemented for `MakeCookie`