From 25ce129865936bf28fbcd5a495c0e6089d7a64a9 Mon Sep 17 00:00:00 2001 From: rsteube Date: Sun, 22 May 2022 06:53:48 +0200 Subject: [PATCH] add carapace-spec (#4223) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc28a227..7da2bdd6 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ _Libraries for building standard or basic Command Line applications._ - [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax. - [carapace](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra. - [carapace-bin](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer. +- [carapace-spec](https://github.com/rsteube/carapace-spec) - Define simple completions using a spec file. - [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](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.