Made verbose message of _addto() consistent with other task messages.

In verbose mode, commands first print the updated task, then summarize the change in the following line.
The add/addm/addto commands deviated from this, using "TODO: '<task>' added on line N."
This change splits this into two separate lines, obsoletes the implementation jargon of "line", and makes it easier to visually parse the message.
This is also a preparation for a possible future use of a _list()-like function, so that the updated task is processed and highlighted like the normal task output.
This commit is contained in:
Ingo Karkat
2010-06-04 16:50:09 +02:00
parent 69e756a2cd
commit 70b2c4ca40
8 changed files with 50 additions and 25 deletions

View File

@@ -75,7 +75,8 @@ TODO: 2 prioritized (A).
TODO: 2 of 3 tasks shown
>>> todo.sh add "smell the coffee +wakeup"
TODO: 'smell the coffee +wakeup' added on line 4.
4: smell the coffee +wakeup
TODO: 4 added.
>>> todo.sh -p list
2 (A) notice the sunflowers