No description
Find a file
FroVolod e917d5584f
ci: Added "cargo test" command (#33)
Resolves #32

Co-authored-by: FroVolod <frol_off@meta.ua>
2025-01-07 23:41:55 +02:00
.github ci: Added "cargo test" command (#33) 2025-01-07 23:41:55 +02:00
examples ci: Added clippy to examples (#31) 2025-01-07 20:32:49 +02:00
interactive-clap-derive ci: Added code style check (#29) 2025-01-06 22:24:58 +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.1 (#23) 2024-09-18 17:29:01 +02:00
CHANGELOG.md chore: release v0.3.1 (#23) 2024-09-18 17:29:01 +02:00
CODEOWNERS chore: add CODEOWNERS (#27) 2024-12-17 20:37:47 +07: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 a demo image to README (#24) 2024-10-12 10:41:59 +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.

Usage example showing a simple struct annotated with interactive-clap

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