mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add posener/cmd (#2840)
This commit is contained in:
parent
e5fd6072b9
commit
d55163c731
@ -196,6 +196,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [cli-init](https://github.com/tcnksm/gcli) - The easy way to start building Golang command line applications.
|
* [cli-init](https://github.com/tcnksm/gcli) - The easy way to start building Golang command line applications.
|
||||||
* [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
* [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
||||||
* [clîr](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free.
|
* [clîr](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free.
|
||||||
|
* [cmd](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idomatic way.
|
||||||
* [cmdr](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library.
|
* [cmdr](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library.
|
||||||
* [cobra](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions.
|
* [cobra](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions.
|
||||||
* [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags.
|
* [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags.
|
||||||
|
Loading…
Reference in New Issue
Block a user