diff --git a/README.md b/README.md index 2aa9ca91..02992b53 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-getoptions](https://github.com/DavidGamba/go-getoptions) - Go option parser inspired on the flexibility of Perl’s GetOpt::Long. * [gocmd](https://github.com/devfacet/gocmd) - Go library for building command line applications. * [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) - cli application framework with auto configuration and dependency injection. +* [job](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. * [kingpin](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands. * [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. * [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.