1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 04:18:00 +02:00

parseShebangs: Make strings with backtick sequences representable

This commit is contained in:
Robert Hensing 2023-11-06 18:19:14 +01:00 committed by tomberek
parent ffd414eb75
commit 589d338776
4 changed files with 129 additions and 3 deletions

View file

@ -409,4 +409,6 @@ public:
virtual void add(std::string completion, std::string description = "") = 0;
};
Strings parseShebangContent(std::string_view s);
}