mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement
- Rewrote the code that checks for and creates ~/.taskrc and ~/.task if necessary. - Takes into consideration the following: - rc:<file> - <file>:data.location - <~/.taskrc>:data.location - rc.data.location:<dir>
This commit is contained in:
parent
3072476e53
commit
a23a350b8b
3 changed files with 166 additions and 160 deletions
|
@ -41,7 +41,8 @@ public:
|
|||
Config& operator= (const Config&);
|
||||
|
||||
bool load (const std::string&);
|
||||
void createDefault (const std::string&);
|
||||
void createDefaultRC (const std::string&, const std::string&);
|
||||
void createDefaultData (const std::string&);
|
||||
void setDefaults ();
|
||||
|
||||
const std::string get (const char*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue