1 2 3 4 5 6 7
local Enum = require("overseer.enum") local M = {} M.TAG = Enum.new({ "CONFIGURE", "BUILD", "INSTALL", "TEST", "PACK" }) return M