[][src]Trait clap_v3::derive::Subcommand

pub trait Subcommand: Sized {
    fn from_subcommand(name: &str, matches: Option<&ArgMatches>) -> Option<Self>;
fn augment_subcommands(app: App) -> App; }

@TODO @release @docs

Required methods

fn from_subcommand(name: &str, matches: Option<&ArgMatches>) -> Option<Self>

@TODO @release @docs

fn augment_subcommands(app: App) -> App

@TODO @release @docs

Loading content...

Implementations on Foreign Types

impl<T: Subcommand> Subcommand for Box<T>[src]

Loading content...

Implementors

Loading content...