Crate interactive_clap

Source
Expand description

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.

Enums§

ResultFromCli
SelectVariantOrBack

Traits§

FromCli
ToCli
ToCliArgs
ToInteractiveClapContextScope

Derive Macros§

InteractiveClap
ToCliArgs