From eca845d01eef30120c03c8a5c24a9c3e581e3dd0 Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Tue, 10 Oct 2017 02:41:59 +0900 Subject: [PATCH] Add cch123/asm-cli as a project using go-prompt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2964dd3..6804c84 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ func main() { #### Projects using go-prompt * [c-bata/kube-prompt : An interactive kubernetes client featuring auto-complete written in Go.](https://github.com/c-bata/kube-prompt) -* [kris-nova/kubicorn : Simple. Cloud Native. Kubernetes. Infrastructure.](https://github.com/kris-nova/kubicorn) * [rancher/cli : The Rancher Command Line Interface (CLI)is a unified tool to manage your Rancher server](https://github.com/rancher/cli) +* [kris-nova/kubicorn : Simple. Cloud Native. Kubernetes. Infrastructure.](https://github.com/kris-nova/kubicorn) +* [cch123/asm-cli : Interactive shell of assembly language(X86/X64) based on unicorn and rasm2](https://github.com/cch123/asm-cli) * (If you create a CLI using go-prompt and want your own project to be listed here, Please submit a Github Issue.) ## Features