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: over 1 year ago
JSON representation

Drop-in replacement for Go's flag package that reads config files before command-line arguments

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.