mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +02:00
- Task offers to create a sample ~/.taskrc file if one is not found.
- Task offers to create a ~/.task directory if one is not found.
This commit is contained in:
parent
a8fa293695
commit
42493dbdee
5 changed files with 81 additions and 7 deletions
|
@ -17,6 +17,8 @@ public:
|
|||
Config (const std::string&);
|
||||
|
||||
bool load (const std::string&);
|
||||
void createDefault (const std::string&);
|
||||
|
||||
const std::string& get (const char*);
|
||||
const std::string& get (const char*, const char*);
|
||||
const std::string& get (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue