mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parse 'context' verbose token correctly
This commit is contained in:
parent
6546c050c5
commit
856b589bac
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ bool Context::verbose (const std::string& token)
|
|||
v != "filter" && //
|
||||
v != "unwait" && //
|
||||
v != "override" && //
|
||||
v != "context" && //
|
||||
v != "recur") //
|
||||
{
|
||||
// This list emulates rc.verbose=off in version 1.9.4.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue