No description
* 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> |
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| interactive-clap-derive | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
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.