Documentation ¶ Index ¶ func Bind(flagset *flag.FlagSet, dst *runner.Config) func Which(flagset *flag.FlagSet) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bind ¶ func Bind(flagset *flag.FlagSet, dst *runner.Config) Bind 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 bind.gobody.goheader.gourl.gowhich.go Click to show internal directories. Click to hide internal directories.