diff options
Diffstat (limited to 'vendor/clap/README.md')
-rw-r--r-- | vendor/clap/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/vendor/clap/README.md b/vendor/clap/README.md deleted file mode 100644 index b1298f8..0000000 --- a/vendor/clap/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# clap - -> **Command Line Argument Parser for Rust** - -[](https://crates.io/crates/clap) -[](https://crates.io/crates/clap) -[](LICENSE-APACHE) -[](LICENSE-MIT) -[](https://github.com/clap-rs/clap/actions/workflows/ci.yml?query=branch%3Amaster) -[](https://coveralls.io/github/clap-rs/clap?branch=master) -[](https://github.com/clap-rs/clap/graphs/contributors) - -Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). - -## About - -Create your command-line parser, with all of the bells and whistles, declaratively or procedurally. - -For more details, see: -- [docs.rs](https://docs.rs/clap/latest/clap/) -- [examples](examples/) - -## Sponsors - -<!-- omit in TOC --> -### Gold - -[](https://opencollective.com/clap) - -<!-- omit in TOC --> -### Silver - -[](https://opencollective.com/clap) - -<!-- omit in TOC --> -### Bronze - -[](https://opencollective.com/clap) - -<!-- omit in TOC --> -### Backer - -[](https://opencollective.com/clap) |