Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 2 of 2) sorted by relevance

/NovaShell/src/
H A Dparser.rs175 let mut commands = Vec::new(); in parser() localVariable
226 commands.push(Command::new(name, args, cmd_type, conn_type)); in parser()
230 pipelines.push(Pipeline::new(&commands, true)); in parser()
231 commands.clear(); in parser()
246 commands.push(Command::new( in parser()
261 if !commands.is_empty() { in parser()
262 pipelines.push(Pipeline::new(&commands, false)); in parser()
364 commands: Vec<Command>, // 存储一系列命令 field
371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new()
373 commands: commands.to_vec(), in new()
[all …]
/NovaShell/
H A DLICENSE103 c) If the modified program normally reads commands interactively
320 The hypothetical commands `show w' and `show c' should show the appropriate
321 parts of the General Public License. Of course, the commands you use may