Searched refs:CommandNotFound (Results 1 – 2 of 2) sorted by relevance
89 Err(ExecuteErrorType::CommandNotFound) in shell_cmd_exec()93 which::which(name).map_err(|_| ExecuteErrorType::CommandNotFound) in shell_cmd_exec()
292 ExecuteErrorType::CommandNotFound => eprintln!("Command not found"), in handle()315 CommandNotFound, enumerator545 Err(ExecuteErrorType::CommandNotFound) in execute()549 which::which(&cmd.name).map_err(|_| ExecuteErrorType::CommandNotFound) in execute()