CmdDenotate: Migrated to use new MISCELLANEOUS args
This commit is contained in:
@@ -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 += ' ';
|
||||
|
||||
Reference in New Issue
Block a user