Use Taskchampion to store Taskwarrior data
This replaces the TF2 task files with a TaskChampion replica.
This commit is contained in:
committed by
Dustin J. Mitchell
parent
4b814bc602
commit
5bb9857984
@@ -77,7 +77,7 @@ int main (int, char**)
|
||||
t.ok(maybe_task2.has_value(), "task lookup by uuid finds task");
|
||||
t.is ((*maybe_task2).get_description (), std::string ("a test"), "task description round-trip");
|
||||
|
||||
rep.rebuild_working_set ();
|
||||
rep.rebuild_working_set (true);
|
||||
t.pass ("rebuild_working_set");
|
||||
|
||||
auto tasks = rep.all_tasks ();
|
||||
|
||||
Reference in New Issue
Block a user