aboutsummaryrefslogtreecommitdiff
path: root/src/remove.lua
blob: 387732496d962419ee2001cdd028819facb28ec4 (plain)
1
2
3
4
5
6
7
8
return function()
	local args = require('arg') {
		strict = true,
		{ name = "template" },
	}

	manager.remove(args.template)
end