pub fn parse_from(
cmd_name: &str,
pre_info: CmdPreInfo,
) -> (Option<CommandInfo>, Vec<Error>)Expand description
Take a CmdPreInfo representing the path to a command and its subcommands
and try parsing that command and its subcommands. Also returns a list of
errors encountered along the way.