Command - append

- Migrated handleAppend to CmdAppend.
This commit is contained in:
Paul Beckingham 2011-05-28 16:41:21 -04:00
parent ef65617258
commit b9246e04b2
9 changed files with 177 additions and 92 deletions

View file

@ -52,7 +52,6 @@ bool nag (Task&);
// command.cpp
int handleAdd (std::string&);
int handleLog (std::string&);
int handleAppend (std::string&);
int handleDone (std::string&);
int handleModify (std::string&);
int handleCompletionConfig (std::string&);