Vlad Frolov a7031fcabf chore: release v0.3.0 (#20)
## 🤖 New release
* `interactive-clap-derive`: 0.2.10 -> 0.3.0
* `interactive-clap`: 0.2.10 -> 0.3.0

<details><summary><i><b>Changelog</b></i></summary><p>

## `interactive-clap-derive`
<blockquote>

##
[0.3.0](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.10...interactive-clap-derive-v0.3.0)
- 2024-08-09

### Fixed
- [**breaking**] Proxy `try_parse_from` to Clap's `try_parse_from` as
is, instead of naive parsing of `&str`
([#21](https://github.com/near-cli-rs/interactive-clap/pull/21))
</blockquote>

## `interactive-clap`
<blockquote>

##
[0.3.0](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.10...interactive-clap-v0.3.0)
- 2024-08-09

### Fixed
- [**breaking**] Proxy `try_parse_from` to Clap's `try_parse_from` as
is, instead of naive parsing of `&str`
([#21](https://github.com/near-cli-rs/interactive-clap/pull/21))

### Other
- Updated examples:struct_with_flatten
([#19](https://github.com/near-cli-rs/interactive-clap/pull/19))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
2024-08-09 13:36:29 +02:00
2024-08-09 13:36:29 +02:00
2024-08-09 13:36:29 +02:00
2023-05-30 17:08:12 +02:00

Interactive clap

interactive-clap is a Rust crate of helpers for clap that enable interactive prompts for structs.

Crates.io Crates.io License License Contributors

See examples in the examples/ folder.

See it in action in near-cli-rs and bos-cli-rs.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-30T23:26:02.057Z
Readme 625 KiB
Languages
Rust 100%