mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +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))
|
if (isCommand (arg) && validCommand (arg))
|
||||||
command = arg;
|
command = arg;
|
||||||
else
|
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.
|
// Anything else is just considered description.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue