pub type Command = Vec<String>;
Type alias for a vector of strings representing command options.
pub struct Command { /* private fields */ }