Skip to main content

parse_hashline_patch

Function parse_hashline_patch 

Source
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.