add cristalhq/acmd

This commit is contained in:
Oleg Kovalov 2021-10-31 09:49:34 +01:00 committed by Avelino
parent eddb1fc871
commit 2df8579ef8

View File

@ -245,6 +245,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for building standard or basic Command Line applications.*
* [acmd](https://github.com/cristalhq/acmd) - Simple, useful and opinionated CLI package in Go.
* [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.