mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Util
- Added new 'execute' function that provides input and captures output.
This commit is contained in:
parent
273d9fe070
commit
07b7fe4541
2 changed files with 67 additions and 0 deletions
|
@ -53,6 +53,7 @@ void uuid_unparse_lower (uuid_t uu, char *out);
|
|||
const std::string uuid ();
|
||||
|
||||
int execute (const std::string&, const std::vector <std::string>&);
|
||||
int execute (const std::string&, const std::vector <std::string>&, const std::string&, std::string&);
|
||||
|
||||
#ifdef SOLARIS
|
||||
#define LOCK_SH 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue