suggest_similar
Function
This function is defined in the parse_utils module.Find the most similar string from candidates using Levenshtein distance. This function is ONLY called on error paths, never on happy paths.
Signature
Parameters
The invalid value
Valid options to compare against
Maximum edit distance to consider a match
Returns
Most similar candidate if within max_distance, None otherwise

