Type Definition conch_parser::ast::DefaultSimpleCommand
[−]
[src]
type DefaultSimpleCommand = SimpleCommand<String, TopLevelWord<String>, Redirect<TopLevelWord<String>>>;
Type alias for the default SimpleCommand representation.