6 releases
0.2.4 | Jun 2, 2023 |
---|---|
0.2.3 | May 30, 2023 |
0.2.0 | Apr 2, 2023 |
0.1.0 | Dec 20, 2022 |
#706 in #lang
857 downloads per month
Used in 4 crates
19KB
71 lines
Interactive clap
interactive-clap
is a Rust crate of helpers forclap
that enable interactive prompts for structs.
See examples in the examples/
folder.
See it in action in near-cli-rs
and bos-cli-rs
.
lib.rs
:
The Interactive-clap library is an add-on for the Command Line Argument Parser (https://crates.io/crates/clap). Interactive-clap allows you to parse command line options. The peculiarity of this macro is that in the absence of command line parameters, the interactive mode of entering these data by the user is activated.
Dependencies
~1–1.3MB
~31K SLoC