Closed theonewolf closed 13 years ago
This might have been introduced in one of my commits I'm not sure, but when deleting a valid item it says command not processed:
Case 1 [existing task, properly deleted]:
wolf@wolf-ThinkPad-T400:~/tasks$ tigger delete "arg" We found your task and deleted it. Your command was not processed.
Case 2 [non-existent task, no deletion occurs]:
wolf@wolf-ThinkPad-T400:~/tasks$ tigger -c delete "arg" Sorry we couldn't find the task to delete. Your command was not processed.
I don't think in the top case it should say "Your command was not processed."
Good catch I'll take care of this today.
This might have been introduced in one of my commits I'm not sure, but when deleting a valid item it says command not processed:
Case 1 [existing task, properly deleted]:
Case 2 [non-existent task, no deletion occurs]:
I don't think in the top case it should say "Your command was not processed."