Type Alias CompleteCommandItem

Source
pub type CompleteCommandItem = CompoundListItem;
Expand description

Represents a complete shell command item.

Aliased Type§

pub struct CompleteCommandItem(pub AndOrList, pub SeparatorOperator);

Tuple Fields§

§0: AndOrList§1: SeparatorOperator