mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +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() {
|
||||
match tasks[i].status() {
|
||||
TaskStatus::Waiting => add_tag(&mut tasks[i], "WAITING".to_string()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue