diff cmd/sievemgr/main.go @ 8:8caacf702c0d

Add edit subcommand for interactive editing of a script
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Fri, 13 Nov 2020 10:49:08 +0100
parents 3abc8be485c0
children 44c07eb8ef08
line wrap: on
line diff
--- a/cmd/sievemgr/main.go	Sat Nov 07 16:48:55 2020 +0100
+++ b/cmd/sievemgr/main.go	Fri Nov 13 10:49:08 2020 +0100
@@ -70,6 +70,7 @@
 	cmdCheck,
 	cmdCheckSpace,
 	cmdRename,
+	cmdEdit,
 }
 
 func usage() {