Skip to main content

resolve

Function resolve 

Source
pub fn resolve(line: &ParsedLine) -> Option<Command>
Expand description

Resolve a parsed line to a Command. Unrecognized heads resolve to Command::Unknown; empty input returns None so the caller can skip dispatch silently.