mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - parsing
- Now properly enumerates ambiguous commands. - Now properly enumerates ambiguous colors. - Now displays suitable error when a command like "task x" is entered.
This commit is contained in:
parent
d6168ff6a6
commit
53155fcc34
5 changed files with 11 additions and 4 deletions
|
@ -63,6 +63,8 @@
|
|||
|
||||
#define TAGS_NO_COMMA 115
|
||||
|
||||
#define CMD_MISSING 116
|
||||
|
||||
// 2xx Commands
|
||||
#define CMD_ACTIVE 200
|
||||
#define CMD_ADD 201
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue