mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add docopt.go
This commit is contained in:
parent
dbc5bace58
commit
99fb5bcee0
@ -127,6 +127,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command
|
* [climax](http://github.com/tucnak/climax) - An alternative CLI with "human face", in spirit of Go command
|
||||||
* [cobra](https://github.com/spf13/cobra) - A Commander for modern Go CLI interactions
|
* [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.
|
||||||
|
* [docopt.go](https://github.com/docopt/docopt.go) - A command-line arguments parser that will make you smile.
|
||||||
* [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser
|
* [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser
|
||||||
* [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands.
|
* [kingpin](https://github.com/alecthomas/kingpin) - A command line and flag parser supporting sub commands.
|
||||||
* [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user