pub fn find_subcommand_with_path<'help, 'cmd>(
    p: &'cmd Command<'help>,
    path: Vec<&str>
) -> &'cmd Command<'help>
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.