Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

v0.4.2

Compare
Choose a tag to compare
@dbarbuzzi dbarbuzzi released this 23 Oct 19:31
· 47 commits to master since this release
79776fd

Notes

  • CLI is refactored using kingpin, notable user-facing effects:
    • Flags now require double hyphen (--)
    • Most flags now allow for short names with single hyphens (e.g. -h in addition to --help)
    • Better generated help when using --help/-h
    • Better handling of version when using --version
  • Added new config flag --config/-c to specify path to config file

Changelog

79776fd Merge pull request #22 from dbarbuzzi/refactor-cli-api
e8b0ca7 Update todo
c585158 Use kingpin for CLI parsing; update config handling
902c410 Add kingpin and pkg/errors dependencies
4d491ef Update todo list