Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 1 of 1) sorted by relevance

/NovaShell/src/
H A Dparser.rs37 pub struct Command { struct
40 cmd_type: CommandType, argument
44 impl Command { argument
50 ) -> Command { in new()
371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new()