mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
Enhancement
- Various commands now allow modification and annotation.
This commit is contained in:
parent
b5f04a3ebc
commit
d087bdfd38
9 changed files with 168 additions and 59 deletions
|
@ -54,7 +54,11 @@ public:
|
|||
|
||||
protected:
|
||||
void filter (std::vector <Task>&, std::vector <Task>&);
|
||||
void modify_task (Task&, Arguments&);
|
||||
void modify_task_description_replace (Task&, Arguments&);
|
||||
void modify_task_description_prepend (Task&, Arguments&);
|
||||
void modify_task_description_append (Task&, Arguments&);
|
||||
void modify_task_annotate (Task&, Arguments&);
|
||||
void modify_task (Task&, Arguments&, std::string&);
|
||||
void apply_defaults (Task&);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue