mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-23 00:36:25 +00:00
59b2393127
This is more consistent with the `lockfile` config option
11 lines
167 B
Go
11 lines
167 B
Go
package flags
|
|
|
|
var (
|
|
CI bool = false
|
|
VERBOSE bool = false
|
|
CRON_LEAN bool = false
|
|
RESTIC_BIN string
|
|
DOCKER_IMAGE string
|
|
LOCKFILE string
|
|
)
|