Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs145 return Err(ExecuteErrorType::TooFewArguments); in shell_cmd_exec()
/NovaShell/src/
H A Dparser.rs306 ExecuteErrorType::TooFewArguments => eprintln!("Too few arguments"), in handle()
325 TooFewArguments, enumerator