-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(generate): Improve jumping off points
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
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters