No description
Find a file
Vlad Frolov 67e54b4086
chore: release (#10)
## 🤖 New release
* `interactive-clap-derive`: 0.2.5 -> 0.2.6
* `interactive-clap`: 0.2.5 -> 0.2.6 (✓ API compatible changes)

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

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

##
[0.2.6](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-derive-v0.2.5...interactive-clap-derive-v0.2.6)
- 2023-10-05

### Fixed
- named_args/unnamed_args/args_without_attrs conflict
([#9](https://github.com/near-cli-rs/interactive-clap/pull/9))
</blockquote>

## `interactive-clap`
<blockquote>

##
[0.2.6](https://github.com/near-cli-rs/interactive-clap/compare/interactive-clap-v0.2.5...interactive-clap-v0.2.6)
- 2023-10-05

### Fixed
- named_args/unnamed_args/args_without_attrs conflict
([#9](https://github.com/near-cli-rs/interactive-clap/pull/9))
</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>
2023-10-05 10:49:11 +03:00
.github/workflows feat: Add support for boolean flags (e.g. --offline) (#6) 2023-06-02 19:49:58 +02:00
examples fix: named_args/unnamed_args/args_without_attrs conflict (#9) 2023-10-05 10:46:46 +03:00
interactive-clap-derive chore: release (#10) 2023-10-05 10:49:11 +03:00
src feat: Add support for boolean flags (e.g. --offline) (#6) 2023-06-02 19:49:58 +02:00
.gitignore refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4) 2023-04-02 21:24:06 +02:00
Cargo.toml chore: release (#10) 2023-10-05 10:49:11 +03:00
CHANGELOG.md chore: release (#10) 2023-10-05 10:49:11 +03:00
LICENSE-APACHE prepare for publishing to Crates.io 2022-12-20 16:05:06 +01:00
LICENSE-MIT prepare for publishing to Crates.io 2022-12-20 16:05:06 +01:00
README.md docs: Added README 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.