mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - debug support
- Added debug=on support. - Added color.debug= support.
This commit is contained in:
parent
173b3f6828
commit
02518e0223
7 changed files with 56 additions and 30 deletions
|
@ -380,15 +380,15 @@ std::string handleVersion ()
|
|||
std::string recognized =
|
||||
" blanklines color color.active color.due color.overdue color.pri.H "
|
||||
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
||||
"color.footnote color.message confirmation curses data.location dateformat "
|
||||
"default.command default.priority defaultwidth displayweeknumber due "
|
||||
"echo.command locale locking monthsperline nag next project shadow.command "
|
||||
"shadow.file shadow.notify weekstart editor import.synonym.id "
|
||||
"import.synonym.uuid import.synonym.status import.synonym.tags "
|
||||
"import.synonym.entry import.synonym.start import.synonym.due "
|
||||
"import.synonym.recur import.synonym.end import.synonym.project "
|
||||
"import.synonym.priority import.synonym.fg import.synonym.bg "
|
||||
"import.synonym.description ";
|
||||
"color.footnote color.header color.message color.debug confirmation curses "
|
||||
"data.location dateformat default.command default.priority defaultwidth "
|
||||
"displayweeknumber due echo.command locale locking monthsperline nag next "
|
||||
"project shadow.command shadow.file shadow.notify weekstart editor "
|
||||
"import.synonym.id import.synonym.uuid import.synonym.status "
|
||||
"import.synonym.tags import.synonym.entry import.synonym.start "
|
||||
"import.synonym.due import.synonym.recur import.synonym.end "
|
||||
"import.synonym.project import.synonym.priority import.synonym.fg "
|
||||
"import.synonym.bg import.synonym.description ";
|
||||
|
||||
// This configuration variable is supported, but not documented. It exists
|
||||
// so that unit tests can force color to be on even when the output from task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue