mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Command - append
- Migrated handleAppend to CmdAppend.
This commit is contained in:
parent
ef65617258
commit
b9246e04b2
9 changed files with 177 additions and 92 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue