Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dparser.rs37 pub struct Command { struct
44 impl Command { argument
50 ) -> Command { in new() argument
226 commands.push(Command::new(name, args, cmd_type, conn_type)); in parser()
246 commands.push(Command::new( in parser()
364 commands: Vec<Command>, // 存储一系列命令
371 pub fn new(commands: &Vec<Command>, backend: bool) -> Pipeline { in new() argument
557 let mut child_command = std::process::Command::new(real_path); in execute()
/NovaShell/src/shell/command/
H A Dmod.rs111 match std::process::Command::new(real_path) in shell_cmd_exec()