Function clap_complete::aot::utils::longs_and_visible_aliases
source ยท pub fn longs_and_visible_aliases(p: &Command) -> Vec<String>
Expand description
Gets all the long options, their visible aliases and flags of a clap::Command
.
Includes help
and version
depending on the clap::Command
settings.