---@type table
local cmds = {
    "REPLStart",
    "REPLAttachBufferToREPL",
    "REPLDetachBufferToREPL",
    "REPLCleanup",
    "REPLFocus",
    "REPLHide",
    "REPLHideOrFocus",
    "REPLClose",
    "REPLSwap",
    "REPLSendVisual",
    "REPLSendLine",
    "REPLSendOperator",
    "REPLExec",
}

return cmds