From a4d2920cfa6d530cf796bf5d3f5672ca13484a16 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 9 Dec 2021 18:57:16 -0600 Subject: [PATCH] docs(readme): Raise visibility of wild --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2828ab7f..8deba83c 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ CLI parsers optimized for other use cases. ### Related Projects +- [wild](https://crates.io/crates/wild) for supporting wildcards (`*`) on Windows like you do Linux - [clap-verbosity-flag](https://github.com/rust-cli/clap-verbosity-flag) - [clap-cargo](https://github.com/crate-ci/clap-cargo) - [concolor-clap](https://github.com/rust-cli/concolor/tree/main/crates/clap)