pub fn parse_hashline_patch(patch: &str) -> Result<Patch, HashlineRejection>Expand description
Parse a complete patch after raw tool arguments selected the hashline path.
Accept an optional *** Begin Patch / *** End Patch envelope, but reject
any other preamble or trailing content instead of ignoring it.