mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
Nicco
5bcf5c9217
* stream the output (#186) * dont duplicate global flags (#187) * docs for tagging * fix self update path (#190) * version bump & changelog
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
|
|
)
|