CommandPath

Type Alias CommandPath 

Source
pub type CommandPath = Vec<String>;
Expand description

Represents a specific path through the command tree, with each string representing either the short or long form of a command part.

Aliased Typeยง

pub struct CommandPath { /* private fields */ }