From ac3ffb0eb3f4067230ee868d02a16d16e0813bd4 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Fri, 5 Feb 2021 14:01:50 +0530 Subject: [PATCH] add box-cli-maker (#3439) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfd81131..f7f9cbf2 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module. * [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax. +* [box-cli-maker](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI. * [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags. * [cli](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go. * [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.