mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-07-21 07:45:26 -04:00
bd650fe49ea3bfda0a78fef28c8187a853d1af2c
## 🤖 New release * `interactive-clap-derive`: 0.2.9 -> 0.2.10 * `interactive-clap`: 0.2.9 -> 0.2.10 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.10](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.9...interactive-clap-derive-v0.2.10) - 2024-04-21 ### Added - Add support for "subargs" ([#17](https://github.com/near-cli-rs/interactive-clap/pull/17)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.10](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.9...interactive-clap-v0.2.10) - 2024-04-21 ### Added - Add support for "subargs" ([#17](https://github.com/near-cli-rs/interactive-clap/pull/17)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4)
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.
Description
Languages
Rust
100%