Skip to main content

parse_decision

Function parse_decision 

Source
pub fn parse_decision(text: &str) -> Result<BumpDecision>
Expand description

Parse the agent’s reply. Never returns a default decision: an unparsable or incomplete reply is Err, and the caller must not open a bump pull request on the strength of a guess.