mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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 (readOnly ? "READCMD" : "WRITECMD");
|
||||
a->attribute ("name", canonical);
|
||||
a->attribute ("canonical", canonical);
|
||||
foundCommand = true;
|
||||
}
|
||||
else if (a->hasTag ("TERMINATOR") ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue