fix infinite loop backtracking for valid branches, cleanup matched tokens type

This commit is contained in:
dawn 2026-01-19 17:49:06 +03:00
parent 9122e64a41
commit f9367ea041
No known key found for this signature in database
3 changed files with 86 additions and 26 deletions

View file

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