pub fn flags<'help>(p: &Command<'help>) -> Vec<Arg<'help>>
Expand description

Gets all the flags of a clap::Command. Includes help and version depending on the clap::AppSettings.