You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/cmd/flags/config.go

21 lines
173 B
Go

package flags
// Global
var (
Dev bool
LogStd bool
SkipEnv bool
SkipConfig bool
EnvNoPrefix bool
GitHubBaseURL string
DataDir string
ForceAutoMigrate bool
)