From cd0baf33f313e744b4ba6c320fce68f3de9a58f3 Mon Sep 17 00:00:00 2001 From: 00JCIV00 <68087632+00JCIV00@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:17:01 -0400 Subject: [PATCH] Update README.md f/ Cova in Zig - Added Cova to the list for Zig CLI libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc305f2..f8830e4 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ etc. ## [Zig](https://ziglang.org/) +- [cova](https://github.com/00JCIV00/cova): Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig. - [zig-cli](https://github.com/sam701/zig-cli): A simple package for building command line apps in Zig. ## **Contributing**