mirror of
https://github.com/clap-rs/clap
synced 2025-01-22 01:14:59 +00:00
13a93ab671
This provides a skeleton README for `clap_generate`, including a one-line summary and a link to the docs to guide people to the examples there. In doing so, I tried to clarify and be consistent in what role this crate plays. While it is very general, being too general in the description can lead people to not understand where they could use it. Fixes #1711
14 lines
805 B
Markdown
14 lines
805 B
Markdown
# clap_generate
|
|
|
|
[![Crates.io](https://img.shields.io/crates/v/clap_generate?style=flat-square)](https://crates.io/crates/clap_generate)
|
|
[![Crates.io](https://img.shields.io/crates/d/clap_generate?style=flat-square)](https://crates.io/crates/clap_generate)
|
|
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/master/LICENSE-APACHE)
|
|
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/master/LICENSE-MIT)
|
|
|
|
Generates completions (and other things) for [`clap`](https://github.com/clap-rs/clap) based CLIs
|
|
|
|
* [Documentation][docs]
|
|
* [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
|
|
* [Website](https://clap.rs/)
|
|
|
|
[docs]: https://docs.rs/clap_generate
|