mirror of
https://github.com/NixOS/nix.git
synced 2025-12-04 08:00:59 +01:00
libutil: add editorFor heuristic
This commit is contained in:
parent
73ff84f6a8
commit
207a537343
4 changed files with 23 additions and 21 deletions
|
|
@ -190,6 +190,9 @@ public:
|
|||
|
||||
Strings argvToStrings(int argc, char * * argv);
|
||||
|
||||
/* Helper function to generate args that invoke $EDITOR on filename:lineno */
|
||||
Strings editorFor(std::string filename, int lineno);
|
||||
|
||||
/* Helper function for rendering argument labels. */
|
||||
std::string renderLabels(const Strings & labels);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue