Trait cargho::SubCommand[][src]

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

A FromArgs implementation that represents a single subcommand.

Associated Constants

const COMMAND: &'static CommandInfo[src]

Expand description

Information about the subcommand.

Loading content...

Implementors

Loading content...