Type Definition conch_parser::ast::CommandList
[−]
[src]
type CommandList<T, W, C> = AndOrList<ListableCommand<ShellPipeableCommand<T, W, C>>>;
A type alias over an and/or list of conventional shell commands.
Generic over the representation of literals, shell words, commands, and redirects.
Uses Rc wrappers around function declarations.