Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 6.3% forks on proxy.golang.org
proxy.golang.org : github.com/spacemonkeygo/flagfile
Package flagfile provides disk serialization and parsing extensions to the builtin flags library If you use flagfile.Load() instead of flag.Parse() in your main method, not only can you continue to use flags as you always have, but you can specify a --flagfile option and store your flags in multiple config files on disk. flagfile provides the following additional config options: A flag set on the command line has the highest precedence. A flag set in a flagfile has the next highest. The default value has the lowest. Flagfiles are simple text files containing lines of the form `key = val` with optional section headers. Lines may be prefixed with a `#` to comment them out. Example: If a section is specified in square braces, all of the following flags up until the next section are effectively prefixed with the section name followed by a period. See github.com/spacemonkeygo/flagfile/parser for more information on the file format.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/spacemonkeygo/flagfile
License: Apache-2.0
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: github.com/spacemonkeygo
Dependent packages: 1
Dependent repositories: 1
Stars: 43 on GitHub
Forks: 11 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago