Function clap_complete::generator::utils::find_subcommand_with_path
source · Expand description
Finds the subcommand [clap::Command
] from the given [clap::Command
] with the given path.
NOTE: path
should not contain the root bin_name
.