pub fn parse_entry(line: &str) -> Option<String>
Decode one history line. None means that the line is malformed or does not contain a string prompt.
None