Add flaggy (#2007)

This commit is contained in:
Eric Greer 2018-07-26 10:16:52 -07:00 committed by Jessica Temporal
parent 64ff1299dd
commit 79900888e4

View File

@ -161,6 +161,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline.
* [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs.
* [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand.
* [flaggy](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support.
* [flagvar](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package.
* [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go.
* [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser.