Add cli-option parser, go-getoptions

David Gamba 2018-05-25 10:02:50 -06:00
parent ed886a377b
commit 3b45215403

@ -181,6 +181,7 @@ If you find a project in this list that is dead or broken, please either mark it
* [writ](https://github.com/ziuchkovski/writ) - A flexible option parser with thorough test coverage. It's meant to "just work" and stay out of the way.
* [cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
* [cmdline](https://github.com/galdor/go-cmdline) - A simple parser with support for short and long options, default values, arguments and subcommands.
* [go-getoptions](https://github.com/DavidGamba/go-getoptions) - Go option parser inspired on the flexibility of Perls GetOpt::Long.
## Command-line Tools