No description
Find a file
FroVolod d07d192fc6
feat: Added support for "#[interactive_clap(flatten)]" (#15)
Co-authored-by: FroVolod <frol_off@meta.ua>
2024-03-25 12:10:47 +01:00
.github/workflows feat: Add support for boolean flags (e.g. --offline) (#6) 2023-06-02 19:49:58 +02:00
examples feat: Added support for "#[interactive_clap(flatten)]" (#15) 2024-03-25 12:10:47 +01:00
interactive-clap-derive feat: Added support for "#[interactive_clap(flatten)]" (#15) 2024-03-25 12:10:47 +01: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 (#14) 2024-01-15 11:18:58 +01:00
CHANGELOG.md chore: release (#14) 2024-01-15 11:18:58 +01: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.