mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-07-01 11:13:51 -04:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# Interactive clap
|
|
|
|
> **`interactive-clap` is a Rust crate of helpers for [`clap`](https://github.com/clap-rs/clap) that enable interactive prompts for structs.**
|
|
|
|
[](https://crates.io/crates/interactive-clap)
|
|
[](https://crates.io/crates/interactive-clap)
|
|
[](LICENSE-APACHE)
|
|
[](LICENSE-MIT)
|
|
[](https://github.com/near-cli-rs/interactive-clap/graphs/contributors)
|
|
|
|
See examples in the [`examples/`](https://github.com/near-cli-rs/interactive-clap/tree/master/examples) folder.
|
|
|
|
<p>
|
|
<img src=".github/media/simple_struct_demo.png" alt="Usage example showing a simple struct annotated with interactive-clap">
|
|
</p>
|
|
|
|
See it in action in [`near-cli-rs`](https://near.cli.rs) and [`bos-cli-rs`](https://bos.cli.rs).
|