Function clap_complete::generator::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.