Searched refs:TooManyArguments (Results 1 – 2 of 2) sorted by relevance
69 _ => 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()
305 ExecuteErrorType::TooManyArguments => eprintln!("Too many arguments"), in handle()324 TooManyArguments, enumerator