CLI
- Now uses the attribute 'canonical' instead of 'name' for CMD args.
This commit is contained in:
@@ -527,7 +527,7 @@ void CLI::categorize ()
|
|||||||
|
|
||||||
a->tag ("CMD");
|
a->tag ("CMD");
|
||||||
a->tag (readOnly ? "READCMD" : "WRITECMD");
|
a->tag (readOnly ? "READCMD" : "WRITECMD");
|
||||||
a->attribute ("name", canonical);
|
a->attribute ("canonical", canonical);
|
||||||
foundCommand = true;
|
foundCommand = true;
|
||||||
}
|
}
|
||||||
else if (a->hasTag ("TERMINATOR") ||
|
else if (a->hasTag ("TERMINATOR") ||
|
||||||
|
|||||||
Reference in New Issue
Block a user