# Functions
GenerateTo takes a list of sflag.Flag, that are parsed from some config structure, and put it to dst.
Parse parses cfg, that is a pointer to some structure, puts it to the new flag.FlagSet and returns it.
ParseTo parses cfg, that is a pointer to some structure, and puts it to dst.