Vlad Frolov a8b0542c08 chore: release v0.3.2 (#25)
## 🤖 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/).
2025-02-11 13:39:25 +02:00
2025-02-11 13:39:25 +02:00
2025-02-11 13:39:25 +02:00
2024-12-17 20:37:47 +07: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.

Usage example showing a simple struct annotated with interactive-clap

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%