- Task supports modifying the existing description of a task, with the

following syntax: task <id> "new description ...".
This commit is contained in:
Paul Beckingham 2008-09-13 23:33:53 -04:00
parent 21c33f7030
commit a1cc4e5774
6 changed files with 14 additions and 4 deletions

View file

@ -418,7 +418,6 @@ void parse (
command = l;
else
descCandidate += arg;
// throw std::string ("'") + arg + "' is not a valid command.";
}
// Anything else is just considered description.