No description
Find a file
dj8yf0μl 94442d867e
feat: add long_vec_multiple_opt attribute (#22)
screenshot from `cargo-near` with
[patched](06fd2569ec)
`interactive-clap` version from pr's fork:


![image](https://github.com/user-attachments/assets/a624c011-2a0c-4830-95da-58a0bf553648)

---------

Co-authored-by: dj8yf0μl <noreply@nowhere.org>
2024-09-18 17:27:10 +02:00
.github/workflows feat: Add support for boolean flags (e.g. --offline) (#6) 2023-06-02 19:49:58 +02:00
examples feat: add long_vec_multiple_opt attribute (#22) 2024-09-18 17:27:10 +02:00
interactive-clap-derive feat: add long_vec_multiple_opt attribute (#22) 2024-09-18 17:27:10 +02:00
src feat: Add support for boolean flags (e.g. --offline) (#6) 2023-06-02 19:49:58 +02:00
.gitignore feat: add long_vec_multiple_opt attribute (#22) 2024-09-18 17:27:10 +02:00
Cargo.toml chore: release v0.3.0 (#20) 2024-08-09 13:36:29 +02:00
CHANGELOG.md chore: release v0.3.0 (#20) 2024-08-09 13:36:29 +02: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.