Trait argh::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
const COMMAND: &'static CommandInfoInformation about the subcommand.