Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PopulateFlagSet ¶ added in v0.0.21
func StartAgent ¶ added in v0.0.38
func StartServer ¶ added in v0.0.38
Types ¶
type FlagOption ¶ added in v0.0.34
type FlagOption func(*options)
func WithReplacement ¶ added in v0.0.34
func WithReplacement(k, v string) FlagOption
func WithSkip ¶ added in v0.0.34
func WithSkip(n ...string) FlagOption
func WithSkipDeprecated ¶ added in v0.0.34
func WithSkipDeprecated(ok bool) FlagOption
WithSkipDeprecated specifies that fields marked as deprecated won't be parsed. By default PopulateFlagSet parses them but not shows in Usage; setting this option to true causes PopulateFlagSet to skip parsing.
Click to show internal directories.
Click to hide internal directories.