This repository was archived by the owner on Feb 21, 2023. It is now read-only.
v0.4.2
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
- Flags now require double hyphen (
- 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