CmdDenotate: Converted from CLI to CLI2
This commit is contained in:
@@ -65,10 +65,9 @@ int CmdDenotate::execute (std::string& output)
|
|||||||
|
|
||||||
// Extract all the ORIGINAL MODIFICATION args as simple text patterns.
|
// Extract all the ORIGINAL MODIFICATION args as simple text patterns.
|
||||||
std::string pattern = "";
|
std::string pattern = "";
|
||||||
for (auto& a : context.cli._args)
|
for (auto& a : context.cli2._args)
|
||||||
{
|
{
|
||||||
if (a.hasTag ("ORIGINAL") &&
|
if (a.hasTag ("MODIFICATION"))
|
||||||
a.hasTag ("MODIFICATION"))
|
|
||||||
{
|
{
|
||||||
if (pattern != "")
|
if (pattern != "")
|
||||||
pattern += ' ';
|
pattern += ' ';
|
||||||
|
|||||||
Reference in New Issue
Block a user