Function command_not_found

Source
pub fn command_not_found(
    name: &str,
    span: Span,
    engine_state: &EngineState,
    stack: &mut Stack,
    cwd: &AbsolutePath,
) -> ShellError
Expand description

Returns a helpful error message given an invalid command name,