Struct clap::SubCommand [−][src]
pub struct SubCommand {}
👎 Deprecated since 3.0.0:
Replaced with App::new
unless you intended the Subcommand
trait
Expand description
Deprecated, replaced with App::new
, unless you were looking for Subcommand
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SubCommand
impl Send for SubCommand
impl Sync for SubCommand
impl Unpin for SubCommand
impl UnwindSafe for SubCommand
Blanket Implementations
Mutably borrows from an owned value. Read more