Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.34 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.34 KB

goconfig

CircleCI Travis CI Go Report Card codebeat badge Coverage Status

Poursteady's golang config file and command line parsing.

  • Provides are verbose, simple, configurable way of pulling configuration information from both a config file and from the command line, with neither required
  • Values specified in the command line override values specified in a config file
  • Pretty prints usage ala 75lb/command-line-usage

Thanks to spf13's wonderful pflag and viper of which this library wraps.