logo
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::Command settings.