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

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

Expand description

Info for the commands.

Loading content...

Implementors

Loading content...