Add comment

This commit is contained in:
Dheepak Krishnamurthy 2020-08-06 14:08:41 -06:00
parent 7454bc5156
commit 7f820bade2

View file

@ -902,6 +902,8 @@ impl TTApp {
}
}
// other virtual tags
// TODO: support all virtual tags that taskwarrior supports
for i in 0..tasks.len() {
match tasks[i].status() {
TaskStatus::Waiting => add_tag(&mut tasks[i], "WAITING".to_string()),