Struct argh_shared::CommandInfo
source · pub struct CommandInfo<'a> {
pub name: &'a str,
pub description: &'a str,
}
Expand description
Information about a particular command used for output.
Fields§
§name: &'a str
The name of the command.
description: &'a str
A short description of the command’s functionality.