Lines Matching defs:Subcommand
21 /// See also [`Subcommand`] and [`Args`].
175 /// Derived as part of [`Parser`], [`Args`], and [`Subcommand`].
306 /// variants that impl `Subcommand`.
308 /// `Subcommand`.
324 /// #[derive(clap::Subcommand)]
330 pub trait Subcommand: FromArgMatches + Sized {
456 impl<T: Subcommand> Subcommand for Box<T> {
458 <T as Subcommand>::augment_subcommands(cmd)
461 <T as Subcommand>::augment_subcommands_for_update(cmd)
464 <T as Subcommand>::has_subcommand(name)