pub trait Subcommand: Sized {
    fn from_subcommand(subcommand: Option<(&str, &ArgMatches)>) -> Option<Self>;
fn augment_subcommands(app: App<'_>) -> App<'_>; }
Expand description

@TODO @release @docs

Required methods

@TODO @release @docs

@TODO @release @docs

Implementations on Foreign Types

Implementors