pub fn shorts_and_visible_aliases(p: &App<'_>) -> Vec<char, Global>
Expand description

Gets all the short options, their visible aliases and flags of a clap::App. Includes h and V depending on the clap::AppSettings.