Commands - config

- Migrated config and _config to CmdConfig.
This commit is contained in:
Paul Beckingham 2011-05-30 11:18:59 -04:00
parent 0f5a4434ff
commit 6cf7644e02
9 changed files with 247 additions and 149 deletions

View file

@ -52,9 +52,7 @@ bool nag (Task&);
// command.cpp
int handleDone (std::string&);
int handleModify (std::string&);
int handleCompletionConfig (std::string&);
int handleQuery (std::string&);
int handleConfig (std::string&);
int handleDelete (std::string&);
int handleDuplicate (std::string&);
void handleUndo ();