Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs117 let pipelines = Parser::parse(&input_command).unwrap(); in exec_commands_in_line() localVariable
/NovaShell/src/
H A Dparser.rs177 let mut pipelines = Vec::new(); in parser() localVariable