pub type CommandPath = Vec<String>;
Represents a specific path through the command tree, with each string representing either the short or long form of a command part.
pub struct CommandPath { /* private fields */ }