CLI
- Properly tags TERMINATOR, TERMINATED.
This commit is contained in:
@@ -499,11 +499,12 @@ void CLI::categorize ()
|
|||||||
|
|
||||||
if (raw == "--")
|
if (raw == "--")
|
||||||
{
|
{
|
||||||
|
a->unTagAll ();
|
||||||
a->tag ("TERMINATOR");
|
a->tag ("TERMINATOR");
|
||||||
terminated = true;
|
terminated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (terminated)
|
else if (terminated)
|
||||||
{
|
{
|
||||||
a->unTagAll ();
|
a->unTagAll ();
|
||||||
a->tag ("TERMINATED");
|
a->tag ("TERMINATED");
|
||||||
|
|||||||
Reference in New Issue
Block a user