From 94da932ac9dd1bd44be9a14e13c3c6bd97583f61 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 23 May 2019 22:26:48 +0800 Subject: [PATCH] add command-line-tool (#2514) --- README.md | 1 + 1 file changed, 1 insertion(+) 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.