mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Switched PSEUDO args to use 'canonical' instead of 'name'.
This commit is contained in:
parent
9f8ab6e4e2
commit
0b212ad8bc
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ void CLI::desugarAttributes ()
|
|||
else if (canonicalize (canonical, "pseudo", name))
|
||||
{
|
||||
A lhs ("argPseudo", a->attribute ("raw"));
|
||||
lhs.attribute ("name", canonical);
|
||||
lhs.attribute ("canonical", canonical);
|
||||
lhs.attribute ("value", value);
|
||||
lhs.tag ("PSEUDO");
|
||||
reconstructed.push_back (lhs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue