From 9f21b09785aadab72d4a20e03636387191205aa5 Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Wed, 27 Sep 2017 09:29:31 +0900 Subject: [PATCH] Add a rancher/cli project which uses go-prompt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31e9eac..738945d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ func main() { #### Projects using go-prompt * [kube-prompt : An interactive kubernetes client featuring auto-complete written in Go.](https://github.com/c-bata/kube-prompt) +* [rancher/cli : The Rancher Command Line Interface (CLI)is a unified tool to manage your Rancher server](https://github.com/rancher/cli) * (If you create a CLI using go-prompt and want your own project to be listed here, Please submit a Github Issue.) ## Features