Two new features, and slight breakage for import statements
Three things happened in this release:
- The import path is now
github.com/mediocregopher/flagconfig
- New method
DisallowConfig
which makes it possible to only use flagconfig for command-line parsing - New method
GetPositionals
which returns all command-line parameters which aren't actual--key=value
options