fn parse_args_from<T>(raw_args: Vec<OsString>) -> Result<ParsedArgs<T>>where T: Parser + CommandFactory,