diff cmd/sievemgr/main.go @ 1:eec31eb2d21a

Add info subcommand for displaying some information about the server
author Guido Berhoerster <guido+managesieve@berhoerster.name>
date Sat, 17 Oct 2020 22:40:57 +0200
parents 6369453d47a3
children
line wrap: on
line diff
--- a/cmd/sievemgr/main.go	Thu Oct 15 09:11:05 2020 +0200
+++ b/cmd/sievemgr/main.go	Sat Oct 17 22:40:57 2020 +0200
@@ -53,6 +53,7 @@
 	cmdActivate,
 	cmdDeactivate,
 	cmdDelete,
+	cmdInfo,
 }
 
 func usage() {