pub trait ToCli {
type CliVariant;
}Expand description
Associated type Self::CliVariant is defined during derive of
crate::InteractiveClap
This type has derive of clap::Parser, which allows to parse
initial input on cli, which may be incomplete