Feature - #336 prepend command
- Added feature #336 which gives task a 'prepend' command for symmetry with the 'append' command.
This commit is contained in:
@@ -57,6 +57,7 @@ bool nag (Task&);
|
||||
// command.cpp
|
||||
int handleAdd (std::string &);
|
||||
int handleAppend (std::string &);
|
||||
int handlePrepend (std::string &);
|
||||
int handleExport (std::string &);
|
||||
int handleDone (std::string &);
|
||||
int handleModify (std::string &);
|
||||
@@ -79,6 +80,7 @@ void handleUndo ();
|
||||
void handleShell ();
|
||||
#endif
|
||||
int deltaAppend (Task&);
|
||||
int deltaPrepend (Task&);
|
||||
int deltaDescription (Task&);
|
||||
int deltaTags (Task&);
|
||||
int deltaAttributes (Task&);
|
||||
|
||||
Reference in New Issue
Block a user