Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/conflag
Drop-in replacement for Go's flag package that reads config files before command-line arguments
https://github.com/dchest/conflag
Last synced: about 1 month ago
JSON representation
Drop-in replacement for Go's flag package that reads config files before command-line arguments
- Host: GitHub
- URL: https://github.com/dchest/conflag
- Owner: dchest
- License: mit
- Created: 2013-08-06T12:19:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T11:56:25.000Z (about 11 years ago)
- Last Synced: 2024-06-20T00:32:00.412Z (5 months ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dchest/conflag
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Package conflag is a simple wrapper around flag package that fills flag values
from configuration files before parsing them from command line.