pub type CompleteCommand = CompoundList;
Expand description
Represents a complete shell command.
Aliased Type§
pub struct CompleteCommand(pub Vec<CompoundListItem>);
Tuple Fields§
§0: Vec<CompoundListItem>
pub type CompleteCommand = CompoundList;
Represents a complete shell command.
pub struct CompleteCommand(pub Vec<CompoundListItem>);
0: Vec<CompoundListItem>