mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 05:04:13 +01:00
10 lines
138 B
Go
10 lines
138 B
Go
package flags
|
|
|
|
var (
|
|
CI bool = false
|
|
VERBOSE bool = false
|
|
CRON_LEAN bool = false
|
|
RESTIC_BIN string
|
|
DOCKER_IMAGE string
|
|
)
|