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.