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:
parent
ffd414eb75
commit
589d338776
4 changed files with 129 additions and 3 deletions
|
@ -409,4 +409,6 @@ public:
|
|||
virtual void add(std::string completion, std::string description = "") = 0;
|
||||
};
|
||||
|
||||
Strings parseShebangContent(std::string_view s);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue