# Functions
DefaultValues initiates a set of configs (Registerers) with their defaults.
DeprecatedFlag logs a warning when you try to use it.
IgnoredFlag ignores set value, without any warning.
NewDayValue makes a new DayValue; will round t down to the nearest midnight.
RegisterFlags registers flags with the provided Registerers.
# Interfaces
Registerer is a thing that can RegisterFlags.
# Type aliases
Strings is a list of strings.
StringSlice is a slice of strings that implements flag.Value.