mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Feedback
- Implemented consistent 'affected' feedback across all write commands.
This commit is contained in:
parent
95ff528e60
commit
cd6c681ba5
2 changed files with 36 additions and 7 deletions
|
@ -74,7 +74,8 @@ bool taskDiff (const Task&, const Task&);
|
|||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&);
|
||||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
std::string feedback (const Task&, const Task&);
|
||||
void feedback_affected (const std::string&, const Task&);
|
||||
void feedback_affected (const std::string&, int);
|
||||
|
||||
// sort.cpp
|
||||
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue