mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Extensions
- The extensions directory is now created, if needed.
This commit is contained in:
parent
32e7af4610
commit
0caea22f08
2 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
#include <TDB2.h>
|
||||
#include <Hooks.h>
|
||||
#include <DOM.h>
|
||||
#include <Path.h>
|
||||
#include <File.h>
|
||||
#include <Directory.h>
|
||||
|
||||
class Context
|
||||
{
|
||||
|
@ -93,6 +96,7 @@ public:
|
|||
std::string home_dir;
|
||||
File rc_file;
|
||||
Path data_dir;
|
||||
Directory extension_dir;
|
||||
Config config;
|
||||
|
||||
Filter filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue