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.
pub fn resolve(line: &ParsedLine) -> Option<Command>Resolve a parsed line to a Command. Unrecognized heads
resolve to Command::Unknown; empty input returns None so
the caller can skip dispatch silently.