package
0.0.0-20241225085030-ba7217e77647
Repository: https://github.com/u2u-labs/layerg-core.git
Documentation: pkg.go.dev
# Functions
NewFlagMaker creates a default FlagMaker which creates namespaced flags.
NewFlagMakerAdv gives full control to create flags.
NewFlagMakerFlagSet gives full control to create flags.
ParseArgs parses the string arguments which should not contain the program name.
# Structs
FlagMaker enumerate all the exported fields of a struct recursively and create corresponding command line flags.
FlagMakingOptions control the way FlagMaker's behavior when defining flags.