autorestic/internal/flags/flags.go

9 lines
117 B
Go
Raw Normal View History

2022-02-16 20:42:54 +00:00
package flags
var (
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
)