mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Command - prepend
- Migrated handlePrepend to CmdPrepend.
This commit is contained in:
parent
920e1c6c86
commit
ef65617258
9 changed files with 177 additions and 92 deletions
|
@ -53,7 +53,6 @@ bool nag (Task&);
|
|||
int handleAdd (std::string&);
|
||||
int handleLog (std::string&);
|
||||
int handleAppend (std::string&);
|
||||
int handlePrepend (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