Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs69 _ => return Err(ExecuteErrorType::TooManyArguments), in shell_cmd_cd()
154 return Err(ExecuteErrorType::TooManyArguments); in shell_cmd_reboot()
230 return Err(ExecuteErrorType::TooManyArguments); in shell_cmd_help()
248 return Err(ExecuteErrorType::TooManyArguments); in shell_cmd_export()
/NovaShell/src/
H A Dparser.rs305 ExecuteErrorType::TooManyArguments => eprintln!("Too many arguments"), in handle()
324 TooManyArguments, enumerator