Trait argh::SubCommand

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

A FromArgs implementation that represents a single subcommand.

Required Associated Constants§

source

const COMMAND: &'static CommandInfo

Information about the subcommand.

Object Safety§

This trait is not object safe.

Implementors§