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

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