[][src]Trait argh::SubCommand

pub trait SubCommand: FromArgs {
    const COMMAND: &'static CommandInfo;
}

A FromArgs implementation that represents a single subcommand.

Associated Constants

const COMMAND: &'static CommandInfo

Information about the subcommand.

Loading content...

Implementors

Loading content...