1 2 3 4 5 6 7 8 9
#[derive(clap::Parser, Debug, Clone)] #[group(skip)] pub struct Cmd { #[command(flatten)] pub args: super::args::Args, #[command(flatten)] pub op: super::new::liquidity_pool_deposit::Cmd, }