package
0.5.0
Repository: https://github.com/qwenode/sflags.git
Documentation: pkg.go.dev

# 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.