mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findCommand removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
8f5e386ab0
commit
8ed1206f41
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ void Parser::findCommand ()
|
|||
if (canonicalize (command, "cmd", (*i)->attribute ("raw")))
|
||||
{
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("CMD");
|
||||
(*i)->attribute ("canonical", command);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue