Trait cargho::SubCommands[][src]

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

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

Associated Constants

Info for the commands.

Implementors