Files
autorestic/internal/flags/flags.go
2022-09-13 15:04:12 +02:00

10 lines
138 B
Go

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