mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
CLI
- Now uses the attribute 'canonical' instead of 'name' for CMD args.
This commit is contained in:
parent
725682a058
commit
9d5299e843
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ void CLI::categorize ()
|
||||||
|
|
||||||
a->tag ("CMD");
|
a->tag ("CMD");
|
||||||
a->tag (readOnly ? "READCMD" : "WRITECMD");
|
a->tag (readOnly ? "READCMD" : "WRITECMD");
|
||||||
a->attribute ("name", canonical);
|
a->attribute ("canonical", canonical);
|
||||||
foundCommand = true;
|
foundCommand = true;
|
||||||
}
|
}
|
||||||
else if (a->hasTag ("TERMINATOR") ||
|
else if (a->hasTag ("TERMINATOR") ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue