Trait argh::SubCommand[][src]

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

A FromArgs implementation that represents a single subcommand.

Associated Constants

Information about the subcommand.

Implementors