Add link to argparse (#1700)

This commit is contained in:
Alexey Kamenskiy 2017-11-28 06:29:36 +08:00 committed by Bo-Yi Wu
parent c2e684d77a
commit 73148ce322

View File

@ -142,6 +142,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for building standard or basic Command Line applications.*
* [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module.
* [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax.
* [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags.
* [cli](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go.