autorestic/internal/flags/flags.go

9 lines
117 B
Go
Raw Normal View History

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