Type Alias DefaultCommand

Source
pub type DefaultCommand = Command<DefaultAndOrList>;
Expand description

Type alias for the default Command representation.

Aliased Type§

pub enum DefaultCommand {
    Job(AndOrList<ListableCommand<PipeableCommand<String, Box<SimpleCommand<String, TopLevelWord<String>, Redirect<TopLevelWord<String>>>>, Box<CompoundCommand<CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>, Redirect<TopLevelWord<String>>>>, Rc<CompoundCommand<CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>, Redirect<TopLevelWord<String>>>>>>>),
    List(AndOrList<ListableCommand<PipeableCommand<String, Box<SimpleCommand<String, TopLevelWord<String>, Redirect<TopLevelWord<String>>>>, Box<CompoundCommand<CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>, Redirect<TopLevelWord<String>>>>, Rc<CompoundCommand<CompoundCommandKind<String, TopLevelWord<String>, TopLevelCommand<String>>, Redirect<TopLevelWord<String>>>>>>>),
}

Variants§