Searched refs:Command (Results 1 – 2 of 2) sorted by relevance
37 pub struct Command { struct44 impl Command { argument50 ) -> Command { in new() argument226 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() argument557 let mut child_command = std::process::Command::new(real_path); in execute()
111 match std::process::Command::new(real_path) in shell_cmd_exec()