mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
CmdDenotate: Migrated to use new MISCELLANEOUS args
This commit is contained in:
parent
b7c7d782e0
commit
c256096118
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ int CmdDenotate::execute (std::string& output)
|
|||
std::string pattern = "";
|
||||
for (auto& a : context.cli2._args)
|
||||
{
|
||||
if (a.hasTag ("MODIFICATION"))
|
||||
if (a.hasTag ("MISCELLANEOUS"))
|
||||
{
|
||||
if (pattern != "")
|
||||
pattern += ' ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue