mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Properly tags TERMINATOR, TERMINATED.
This commit is contained in:
parent
014a09cd55
commit
ce2679c3fa
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue