improve command suggestions by matching previous failed branch if parameter, and substitute parameters for better jaro winkler

This commit is contained in:
dawn 2026-01-19 18:44:50 +03:00
parent 728913235a
commit beec38ef8b
No known key found for this signature in database
2 changed files with 70 additions and 19 deletions

View file

@ -54,4 +54,4 @@ fn test_typoed_command_with_flags() {
assert!(msg.contains("message author"));
}
}
}
}