mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Fixed missing color.blocked in the recognized string
This commit is contained in:
parent
afb4d64a0c
commit
445dc415d0
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ int handleShow (std::string &outs)
|
|||
std::string recognized =
|
||||
" annotations blanklines bulk calendar.details calendar.details.report "
|
||||
"calendar.holidays calendar.legend color color.active color.due color.due.today "
|
||||
"color.overdue color.pri.H color.pri.L color.pri.M color.pri.none "
|
||||
"color.blocked color.overdue color.pri.H color.pri.L color.pri.M color.pri.none "
|
||||
"color.recurring color.tagged color.footnote color.header color.debug "
|
||||
"color.alternate color.calendar.today color.calendar.due color.calendar.due.today "
|
||||
"color.calendar.overdue color.calendar.weekend color.calendar.holiday "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue