clap_complete::aot::utils

Function 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.