Searched refs:shell_cmd_cd (Results 1 – 1 of 1) sorted by relevance
49 insert(build!("cd", Self::shell_cmd_cd)); in init()57 pub fn shell_cmd_cd(args: &Vec<String>) -> Result<(), ExecuteErrorType> { in shell_cmd_cd() method