mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks
- Factored out the code that determines if the JSON output from a hook script is actually JSON.
This commit is contained in:
parent
5275c0ce60
commit
b6be1cdc99
2 changed files with 41 additions and 7 deletions
|
@ -51,6 +51,7 @@ public:
|
|||
|
||||
private:
|
||||
std::vector <std::string> scripts (const std::string&);
|
||||
bool isJSON (const std::string&) const;
|
||||
|
||||
private:
|
||||
bool _enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue