mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdShow: Add context related variables
This commit is contained in:
parent
ee23a099f2
commit
98410cff42
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,7 @@ int CmdShow::execute (std::string& output)
|
|||
" column.padding"
|
||||
" complete.all.tags"
|
||||
" confirmation"
|
||||
" context"
|
||||
" data.location"
|
||||
" dateformat"
|
||||
" dateformat.annotation"
|
||||
|
@ -230,6 +231,7 @@ int CmdShow::execute (std::string& output)
|
|||
i->first.substr (0, 14) != "color.project." &&
|
||||
i->first.substr (0, 10) != "color.tag." &&
|
||||
i->first.substr (0, 10) != "color.uda." &&
|
||||
i->first.substr (0, 8) != "context." &&
|
||||
i->first.substr (0, 8) != "holiday." &&
|
||||
i->first.substr (0, 7) != "report." &&
|
||||
i->first.substr (0, 6) != "alias." &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue