Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dparser.rs295 ExecuteErrorType::NotFile(ref path) => eprintln!("Not a File: {path}"), in handle()
318 NotFile(String), enumerator
542 Err(ExecuteErrorType::NotFile(cmd.name.clone())) in execute()
/NovaShell/src/shell/command/
H A Dmod.rs86 Err(ExecuteErrorType::NotFile(name.clone())) in shell_cmd_exec()