mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
- Task supports modifying the existing description of a task, with the
following syntax: task <id> "new description ...".
This commit is contained in:
parent
21c33f7030
commit
a1cc4e5774
6 changed files with 14 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue