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