mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 15:22:30 +00:00
12 lines
798 B
Markdown
12 lines
798 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](https://docs.rs/clap_generate)
|
|
- [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
|
|
- [CONTRIBUTING](../CONTRIBUTING.md)
|