# Functions
NewStringListFlag creates a new StringListFlag with the given default value.
ValidateFlags validates the passed command line flags.
# Structs
Flags contains a field for all the cli flags that can be set.
StringListFlag is a type to be passed to flag.Var that supports list flags passed as repeated flags, e.g.
# Type aliases
Array is a type to be passed to flag.Var that supports arrays passed as repeated flags, e.g.