mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
Add comment
This commit is contained in:
parent
7454bc5156
commit
7f820bade2
1 changed files with 2 additions and 0 deletions
|
@ -902,6 +902,8 @@ impl TTApp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// other virtual tags
|
||||||
|
// TODO: support all virtual tags that taskwarrior supports
|
||||||
for i in 0..tasks.len() {
|
for i in 0..tasks.len() {
|
||||||
match tasks[i].status() {
|
match tasks[i].status() {
|
||||||
TaskStatus::Waiting => add_tag(&mut tasks[i], "WAITING".to_string()),
|
TaskStatus::Waiting => add_tag(&mut tasks[i], "WAITING".to_string()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue