autorestic/internal/flags/flags.go

9 lines
117 B
Go

package flags
var (
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
)