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: over 1 year 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T11:56:25.000Z (over 12 years ago)
- Last Synced: 2025-01-24T09:42:49.837Z (over 1 year 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.