Crate interactive_clap

Source
Expand description

The Interactive-clap library is an add-on for the Command Line Argument Parser (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
This trait drives the state machine of interactive_clap
ToCli
Associated type Self::CliVariant is defined during derive of crate::InteractiveClap
ToCliArgs
ToInteractiveClapContextScope

Derive Macros§

InteractiveClap
ToCliArgs