rank possible commands by input similarity

This commit is contained in:
dusk 2025-10-07 18:22:04 +00:00
parent f14901a4e3
commit c1ed7487d7
No known key found for this signature in database
5 changed files with 135 additions and 11 deletions

View file

@ -7,4 +7,5 @@ edition = "2024"
lazy_static = { workspace = true }
smol_str = "0.3.2"
ordermap = "0.5"
regex = "1"
regex = "1"
strsim = "0.11"