Type Alias Command

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

Type alias for a vector of strings representing command options.

Aliased Type§

pub struct Command { /* private fields */ }