if config.HelpCommand != "" && trimmed == config.HelpCommand {
        // Help command
        help := sarah.NewHelpInput(input)
        _ = enqueueInput(help)
    } else if config.AbortCommand != "" && trimmed == config.AbortCommand {