👎 Deprecated since 3.0.0:

Renamed to clap_complete::utils

Functions

Gets all subcommands including child subcommands in the form of ("name", "bin_name").

Finds the subcommand clap::App from the given clap::App with the given path.

Gets all the flags of a clap::App. Includes help and version depending on the clap::AppSettings.

Gets all the long options, their visible aliases and flags of a clap::App. Includes help and version depending on the clap::AppSettings.

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

Gets subcommands of clap::App in the form of ("name", "bin_name").