mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Fixed bug whereby descriptions could not be altered.
This commit is contained in:
parent
60b7d15a1d
commit
a443257aaa
1 changed files with 2 additions and 1 deletions
|
@ -415,7 +415,8 @@ void parse (
|
|||
if (isCommand (arg) && validCommand (arg))
|
||||
command = arg;
|
||||
else
|
||||
throw std::string ("'") + arg + "' is not a valid command.";
|
||||
descCandidate += arg;
|
||||
// throw std::string ("'") + arg + "' is not a valid command.";
|
||||
}
|
||||
|
||||
// Anything else is just considered description.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue