diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-04T16·32+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-04T16·49+0200 |
commit | c8a63861aee60a156ed4a63f6b5211dc6abac225 (patch) | |
tree | f17e3d5238637d6641dd40b0334eb741fb7c4e80 /README.md | |
parent | 32ca64c50a0080198a924c4d9f7c18637b4a76f4 (diff) |
refactor main: Move to Kingpin CLI library
Replace urfave/cli with the kingpin[1] library. It has slightly more sensible argument validation than the other Go libraries. Additionally I've opted for removing the '-f / --file' flag in favour of positional arguments to commands. A previous command like `kontemplate template -f somefile.yml` is now just `kontemplate template somefile.yml`. All other arguments remain the same. [1]: https://github.com/alecthomas/kingpin
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions