mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-01-30 20:55:25 +01:00
77cb26c33fe193b8a898022002858fa70f422c3b
* fixed * updated examples/advanced_struct * refactored InteractiveClapAttrsCliField::new() * Update interactive-clap-derive/src/derives/to_cli_args/methods/interactive_clap_attrs_cli_field.rs Co-authored-by: Vlad Frolov <frolvlad@gmail.com> * refactored InteractiveClapAttrsCliField --------- Co-authored-by: Vlad Frolov <frolvlad@gmail.com>
refactor: Use a custom ResultFromCli to enable Cancel and Back variants and lift CLI args on Ok/Err (#4)
Interactive clap
interactive-clapis a Rust crate of helpers forclapthat enable interactive prompts for structs.
See examples in the examples/ folder.
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
Languages
Rust
100%