From 0ebcdd8d263418f77616451f491f389b14510d1d Mon Sep 17 00:00:00 2001 From: Bob Glickstein Date: Thu, 30 Sep 2021 21:36:07 -0700 Subject: [PATCH] Add github.com/bobg/subcmd. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20fb0f79..037b0e9a 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [subcmd](https://github.com/bobg/subcmd) - Another approach to parsing and running subcommands. Works alongside the standard `flag` package. * [ts](https://github.com/liujianping/ts) - Timestamp convert & compare tool. * [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).