From 1da21666b252a999e310fd8c2e502b58bb6d7a4a Mon Sep 17 00:00:00 2001 From: Anthony HAMON Date: Tue, 2 Jan 2018 16:17:12 +0100 Subject: [PATCH] Add strumt (#1736) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d051178..421d613b 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. * [readline](https://github.com/chzyer/readline) - Pure golang implementation that provides most features in GNU-Readline under MIT license. * [sflags](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin and other libraries. +* [strumt](https://github.com/antham/strumt) - Library to create prompt chain. * [ukautz/clif](https://github.com/ukautz/clif) - Small command line interface framework. * [urfave/cli](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). * [wlog](https://github.com/dixonwille/wlog) - Simple logging interface that supports cross-platform color and concurrency.