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.
pub fn longs_and_visible_aliases(p: &Command) -> Vec<String>Gets all the long options, their visible aliases and flags of a clap::Command.
Includes help and version depending on the clap::Command settings.