mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-02 20:05:23 +00:00
9 lines
117 B
Go
9 lines
117 B
Go
package flags
|
|
|
|
var (
|
|
CI bool = false
|
|
VERBOSE bool = false
|
|
CRON_LEAN bool = false
|
|
RESTIC_BIN string
|
|
)
|