- 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:
Paul Beckingham 2008-05-17 22:08:50 -04:00
parent a8fa293695
commit 42493dbdee
5 changed files with 81 additions and 7 deletions

View file

@ -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&);