Skip to content

A go library with similar syntax as flag for reading in parameters from either the command-line or a configuration file

License

Notifications You must be signed in to change notification settings

colekowalski/flagconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flagconfig

A very simple library for specifying parameters and their default values and having them be read in from either the command-line or a configuration file.

Installation

Goatfile:

{
    "loc":"github.com/mediocregopher/flagconfig"
}

Standard

go get github.com/mediocregopher/flagconfig

Usage

See the example for basic usage.

About

A go library with similar syntax as flag for reading in parameters from either the command-line or a configuration file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%