[][src]Trait argh::SubCommands

pub trait SubCommands: FromArgs {
    const COMMANDS: &'static [&'static CommandInfo];
}

A FromArgs implementation that can parse into one or more subcommands.

Associated Constants

const COMMANDS: &'static [&'static CommandInfo]

Info for the commands.

Loading content...

Implementors

impl<T: SubCommand> SubCommands for T[src]

Loading content...