Type Alias brush_parser::ast::CompleteCommand

source ·
pub type CompleteCommand = CompoundList;
Expand description

Represents a complete shell command.

Aliased Type§

struct CompleteCommand(pub Vec<CompoundListItem>);

Fields§

§0: Vec<CompoundListItem>