No description
`try_parse_from` doesn't have special treatment for quotes (`command "some thing"` is split into 3 arguments). |
||
|---|---|---|
| .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.