mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add cobra to Command Line.
This commit is contained in:
parent
c2423d3d0c
commit
c764f658d0
@ -118,6 +118,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
*Libraries for building standard or basic Command Line applications*
|
*Libraries for building standard or basic Command Line applications*
|
||||||
|
|
||||||
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.
|
* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application.
|
||||||
|
* [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions
|
||||||
* [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
|
* [codegangsta/cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go.
|
||||||
* [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces.
|
* [liner](https://github.com/peterh/liner) - A Go readline-like library for command-line interfaces.
|
||||||
* [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
|
* [mitchellh/cli](https://github.com/mitchellh/cli) - A Go library for implementing command-line interfaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user