Skip to content

Two new features, and slight breakage for import statements

Compare
Choose a tag to compare
@mediocregopher mediocregopher released this 07 Nov 02:10
· 16 commits to master since this release

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