Function clap_generate::utils::find_subcommand_with_path[][src]

pub fn find_subcommand_with_path(
    p: &'app App<'help>,
    path: Vec<&str, Global>
) -> &'app App<'help>
Expand description

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

NOTE: path should not contain the root bin_name.