mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01:00
When completing flakerefs, only return directories
This commit is contained in:
parent
259ff74bde
commit
27d34ef770
3 changed files with 15 additions and 3 deletions
|
|
@ -277,4 +277,6 @@ std::optional<std::string> needsCompletion(std::string_view s);
|
|||
|
||||
void completePath(size_t, std::string_view prefix);
|
||||
|
||||
void completeDir(size_t, std::string_view prefix);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue