No description
## 🤖 New release * `interactive-clap-derive`: 0.2.8 -> 0.2.9 * `interactive-clap`: 0.2.8 -> 0.2.9 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.9](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.8...interactive-clap-derive-v0.2.9) - 2024-03-25 ### Added - Added support for "#[interactive_clap(flatten)]" ([#15](https://github.com/near-cli-rs/interactive-clap/pull/15)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.9](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.8...interactive-clap-v0.2.9) - 2024-03-25 ### Added - Added support for "#[interactive_clap(flatten)]" ([#15](https://github.com/near-cli-rs/interactive-clap/pull/15)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). |
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| interactive-clap-derive | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
Interactive clap
interactive-clapis a Rust crate of helpers forclapthat enable interactive prompts for structs.
See examples in the examples/ folder.
See it in action in near-cli-rs and bos-cli-rs.