Type Alias DefaultCompoundCommand

Source
pub type DefaultCompoundCommand = ShellCompoundCommand<String, TopLevelWord<String>, TopLevelCommand<String>>;
Expand description

Type alias for the default CompoundCommandKind representation.

Aliased Type§

pub struct DefaultCompoundCommand {
    pub kind: CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>,
    pub io: Vec<Redirect<TopLevelWord<String>>>,
}

Fields§

§kind: CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>

The specific kind of compound command.

§io: Vec<Redirect<TopLevelWord<String>>>

Any redirections to be applied to the entire compound command