mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add some tests for the suggestions
This commit is contained in:
parent
c0792b1546
commit
2405bbbb5e
3 changed files with 48 additions and 10 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
int levenshteinDistance(std::string_view first, std::string_view second);
|
||||
|
||||
/**
|
||||
* A potential suggestion for the cli interface.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue