mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -97,8 +97,6 @@ void Cmd::parse (const std::string& input)
|
|||
|
||||
std::string combined;
|
||||
join (combined, ", ", matches);
|
||||
error += combined;
|
||||
|
||||
throw error + combined;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue