Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncludeUnset ¶
IncludeUnset toggles the loading of unset flags and their respective default values. Default behavior is to ignore any unset flags.
func NewSource ¶
NewSource returns a config source for integrating parsed flags. Hyphens are delimiters for nesting, and all keys are lowercased.
Example:
dbhost := flag.String("database-host", "localhost", "the db host name") { "database": { "host": "localhost" } }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.