Function clap_complete::aot::utils::flags
source ยท pub fn flags(p: &Command) -> Vec<Arg>
Expand description
Gets all the flags of a clap::Command
.
Includes help
and version
depending on the clap::Command
settings.
pub fn flags(p: &Command) -> Vec<Arg>
Gets all the flags of a clap::Command
.
Includes help
and version
depending on the clap::Command
settings.