Crate interactive_clap_derive

Source

Modulesยง

debug ๐Ÿ”’
derives ๐Ÿ”’
helpers ๐Ÿ”’

Constantsยง

LONG_VEC_MUTLIPLE_OPT ๐Ÿ”’
#[interactive_clap(...)] attribute used for specifying multiple values with Vec<..> type, by repeating corresponding flag --field-name (kebab case) for each value
VERBATIM_DOC_COMMENT ๐Ÿ”’
#[interactive_clap(...)] attribute which translates 1-to-1 into #[clap(verbatim_doc_comment)] More info on https://docs.rs/clap/4.5.23/clap/_derive/index.html#command-attributes

Derive Macrosยง

InteractiveClap
ToCliArgs