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§
Traits§
- FromCli
- This trait drives the state machine of
interactive_clap
- ToCli
- Associated type
Self::CliVariant
is defined during derive ofcrate::InteractiveClap
- ToCli
Args - ToInteractive
Clap Context Scope