comparison cmd/sievemgr/main.go @ 7:3abc8be485c0

Add rename subcommand for renaming scripts on the server
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Sat, 07 Nov 2020 16:48:55 +0100
parents 2130614cd64a
children 8caacf702c0d
comparison
equal deleted inserted replaced
6:2130614cd64a 7:3abc8be485c0
67 cmdDeactivate, 67 cmdDeactivate,
68 cmdDelete, 68 cmdDelete,
69 cmdInfo, 69 cmdInfo,
70 cmdCheck, 70 cmdCheck,
71 cmdCheckSpace, 71 cmdCheckSpace,
72 cmdRename,
72 } 73 }
73 74
74 func usage() { 75 func usage() {
75 fmt.Fprintf(flag.CommandLine.Output(), 76 fmt.Fprintf(flag.CommandLine.Output(),
76 "usage:\n %s [options] [subcommand [options] [arguments]]\n", 77 "usage:\n %s [options] [subcommand [options] [arguments]]\n",