comparison cmd/sievemgr/main.go @ 6:2130614cd64a

Add checkspace subcommand for querying the server for sufficient space
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Sat, 07 Nov 2020 09:28:27 +0100
parents 4dff4c3f0fbb
children 3abc8be485c0
comparison
equal deleted inserted replaced
5:4dff4c3f0fbb 6:2130614cd64a
66 cmdActivate, 66 cmdActivate,
67 cmdDeactivate, 67 cmdDeactivate,
68 cmdDelete, 68 cmdDelete,
69 cmdInfo, 69 cmdInfo,
70 cmdCheck, 70 cmdCheck,
71 cmdCheckSpace,
71 } 72 }
72 73
73 func usage() { 74 func usage() {
74 fmt.Fprintf(flag.CommandLine.Output(), 75 fmt.Fprintf(flag.CommandLine.Output(),
75 "usage:\n %s [options] [subcommand [options] [arguments]]\n", 76 "usage:\n %s [options] [subcommand [options] [arguments]]\n",