Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs89 Err(ExecuteErrorType::CommandNotFound) in shell_cmd_exec()
93 which::which(name).map_err(|_| ExecuteErrorType::CommandNotFound) in shell_cmd_exec()
/NovaShell/src/
H A Dparser.rs292 ExecuteErrorType::CommandNotFound => eprintln!("Command not found"), in handle()
315 CommandNotFound, enumerator
545 Err(ExecuteErrorType::CommandNotFound) in execute()
549 which::which(&cmd.name).map_err(|_| ExecuteErrorType::CommandNotFound) in execute()