mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-23 16:56:25 +00:00
6 lines
87 B
Go
6 lines
87 B
Go
|
package flags
|
||
|
|
||
|
var CI bool = false
|
||
|
var VERBOSE bool = false
|
||
|
var CRON_LEAN bool = false
|