diff cmd/sievemgr/edit.go @ 22:fc5e6970a0d5 default tip

Add support for specifying an authorization identity on the command line
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Wed, 17 Feb 2021 07:50:55 +0100
parents 29769b9e2f09
children
line wrap: on
line diff
--- a/cmd/sievemgr/edit.go	Wed Feb 03 13:49:51 2021 +0100
+++ b/cmd/sievemgr/edit.go	Wed Feb 17 07:50:55 2021 +0100
@@ -38,6 +38,7 @@
 
 func init() {
 	cmdEdit.Flag.StringVar(&acctName, "a", "", "Select the account")
+	cmdEdit.Flag.StringVar(&authzID, "A", "", "Specify the authorization identity")
 }
 
 var cmdEdit = &command{