1 2 3 4 5 6 7 8
return function() local args = require('arg') { strict = true, { name = "template" }, } manager.remove(args.template) end