No description
|
Some checks failed
Release-plz / Release-plz (push) Failing after 34s
## 🤖 New release * `interactive-clap-derive`: 0.3.1 -> 0.3.2 * `interactive-clap`: 0.3.1 -> 0.3.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.3.2](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.3.1...interactive-clap-derive-v0.3.2) - 2025-02-11 ### Added - propagate doc comments on flags and arguments to `--help/-h` + structs derive refactor (#26) ### Other - Added code style check (#29) </blockquote> ## `interactive-clap` <blockquote> ## [0.3.2](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.3.1...interactive-clap-v0.3.2) - 2025-02-11 ### Added - propagate doc comments on flags and arguments to `--help/-h` + structs derive refactor (#26) ### Other - Added "cargo test" command (#33) - Added clippy to examples (#31) - Added code style check (#29) - add CODEOWNERS (#27) - Added a demo image to README (#24) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). |
||
|---|---|---|
| .github | ||
| examples | ||
| interactive-clap-derive | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| rust-toolchain.toml | ||
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.