mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-07-20 23:44:51 -04:00
db8c2016bfec53472355b18006d40cd08fffb946
## 🤖 New release * `interactive-clap-derive`: 0.2.6 -> 0.2.7 * `interactive-clap`: 0.2.6 -> 0.2.7 <details><summary><i><b>Changelog</b></i></summary><p> ## `interactive-clap-derive` <blockquote> ## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.6...interactive-clap-derive-v0.2.7) - 2023-10-13 ### Added - Add support for "flatten" ([#11](https://github.com/near-cli-rs/interactive-clap/pull/11)) </blockquote> ## `interactive-clap` <blockquote> ## [0.2.7](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.6...interactive-clap-v0.2.7) - 2023-10-13 ### Other - updated the following local packages: interactive-clap-derive </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: release-plz <release-plz@github.com> Co-authored-by: release-plz <release-plz@github.com>
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%