mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Tagged expanded aliases with ALIAS.
This commit is contained in:
parent
5daf673387
commit
7ff55037a6
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ void CLI::aliasExpansion ()
|
|||
for (l = lexed.begin (); l != lexed.end (); ++l)
|
||||
{
|
||||
A a ("argLex", *l);
|
||||
a.tag ("ALIAS");
|
||||
a.tag ("LEX");
|
||||
reconstructed.push_back (a);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue