aboutsummaryrefslogtreecommitdiff
path: root/src/remove.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.lua')
-rw-r--r--src/remove.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/remove.lua b/src/remove.lua
new file mode 100644
index 0000000..3877324
--- /dev/null
+++ b/src/remove.lua
@@ -0,0 +1,8 @@
+return function()
+ local args = require('arg') {
+ strict = true,
+ { name = "template" },
+ }
+
+ manager.remove(args.template)
+end