mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Context: Override verbosity token should not imply header
Users might want to only opt-in into footnote override notifications, without seeing header-based override information about TASKRC or TASKDATA.
This commit is contained in:
parent
a5d5a025b7
commit
9a3b103861
2 changed files with 2 additions and 2 deletions
|
@ -1075,7 +1075,7 @@ bool Context::verbose (const std::string& token)
|
|||
// Some flags imply "header" verbosity being active. Make it so.
|
||||
if (! verbosity.count ("header"))
|
||||
{
|
||||
for (auto flag : {"default", "override"})
|
||||
for (auto flag : {"default"})
|
||||
{
|
||||
if (verbosity.count (flag))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue