add /run
This commit is contained in:
@@ -9,13 +9,12 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
cfgFile = flag.String("config", "config.json", "config file")
|
||||
cfgFile = flag.String("config", "backup.json", "config file")
|
||||
isDaemon = flag.Bool("daemon", false, "run as daemon")
|
||||
debug = flag.Bool("debug", false, "log debug messages")
|
||||
quiet = flag.Bool("quiet", false, "remove most log messages")
|
||||
logFile = flag.String("logfile", "", "log file")
|
||||
cfg Config
|
||||
email *Email
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user