Type Alias argh::CommandInfo

source ·
pub type CommandInfo = CommandInfo<'static>;
Expand description

Information about a particular command used for output.

Aliased Type§

struct CommandInfo {
    pub name: &'static str,
    pub description: &'static str,
}

Fields§

§name: &'static str

The name of the command.

§description: &'static str

A short description of the command’s functionality.