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

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