mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
add commandeer to CLI libraries (#1790)
This commit is contained in:
parent
b3f8946d5a
commit
20a6d79af8
@ -151,6 +151,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.
|
||||||
* [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.
|
||||||
* [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion.
|
* [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion.
|
||||||
* [docopt.go](https://github.com/docopt/docopt.go) - Command-line arguments parser that will make you smile.
|
* [docopt.go](https://github.com/docopt/docopt.go) - Command-line arguments parser that will make you smile.
|
||||||
* [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline.
|
* [drive](https://github.com/odeke-em/drive) - Google Drive client for the commandline.
|
||||||
|
Loading…
Reference in New Issue
Block a user