Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs160 return Err(ExecuteErrorType::InvalidArgument( in shell_cmd_free()
243 return Err(ExecuteErrorType::InvalidArgument( in shell_cmd_export()
/NovaShell/src/
H A Dparser.rs307 ExecuteErrorType::InvalidArgument(arg) => eprintln!("Invalid argument: {}", arg), in handle()
326 InvalidArgument(String), enumerator