From f2f746aea7080fb71c9deafb811652087fbe5075 Mon Sep 17 00:00:00 2001 From: Ralf Steube Date: Mon, 19 Feb 2024 17:20:36 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d654a34..b568098 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,11 @@ commands: - ["$list(,)", "1", "2", "3"] - ["$directories"] ``` + +## Generators + +- [carapace-spec-clap](https://github.com/rsteube/carapace-spec-clap) spec generation for clap-rs/clap +- [carapace-spec-kingpin](https://github.com/rsteube/carapace-spec-kingpin) spec generation for alecthomas/kingpin +- [carapace-spec-kong](https://github.com/rsteube/carapace-spec-kong) spec generation for alecthomas/kong +- [carapace-spec-man](https://github.com/rsteube/carapace-spec-man) spec generation for manpages +- [carapace-spec-urfavecli](https://github.com/rsteube/carapace-spec-urfavecli) spec generation for urfave/cli