Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dparser.rs298 ExecuteErrorType::ExitWithCode(exit_code) => { in handle()
322 ExitWithCode(i32), enumerator
517 err = Some(ExecuteErrorType::ExitWithCode(status)); in execute()
619 err = Some(ExecuteErrorType::ExitWithCode( in execute()
/NovaShell/src/shell/command/
H A Dmod.rs125 err = Some(ExecuteErrorType::ExitWithCode(exit_code)); in shell_cmd_exec()