From 4b4c58bc69ebbb987729b3a2aab95786854a0eef Mon Sep 17 00:00:00 2001 From: Zaba505 Date: Tue, 20 Nov 2018 19:25:31 -0500 Subject: [PATCH] Update README.md (#2236) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 033a1b96b5..795f04e3e7 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation. * [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. +* [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more. * [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.