Documentation ¶ Index ¶ func Set(flagset *flag.FlagSet, dst *config.Global) func Which(flagset *flag.FlagSet) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Set ¶ func Set(flagset *flag.FlagSet, dst *config.Global) Set reads arguments provided to flagset as config.Fields and binds their value to the appropriate fields of given *config.Global. The provided *flag.Flagset must not have been parsed yet, otherwise bindings its values would fail. func Which ¶ func Which(flagset *flag.FlagSet) []string Which returns a slice of all config fields set via the CLI for the given *flag.FlagSet. Types ¶ This section is empty. Source Files ¶ View all Source files body.goheader.goout.goset.gourl.gowhich.go Click to show internal directories. Click to hide internal directories.