about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-05-04T16·32+0200
committerVincent Ambo <tazjin@gmail.com>2017-05-04T16·49+0200
commitc8a63861aee60a156ed4a63f6b5211dc6abac225 (patch)
treef17e3d5238637d6641dd40b0334eb741fb7c4e80 /README.md
parent32ca64c50a0080198a924c4d9f7c18637b4a76f4 (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