You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's intended behaviour but ttdl done without any arguments marks all tasks as done.
Edit: Just tested it out, ttdl rm without any arguments wipes out all the undone tasks.
I think there needs to be a check if any arguments are provided before processing the command.
The text was updated successfully, but these errors were encountered:
Thank you for the report. It was by design but it was not intended: all commands share the same task ID list processing without exceptions. In my opinion, no argument makes sense only for ls command. The rest commands must require a filter from a user. Otherwise, it is easy to ruin a todo list by running edit or rm for all tasks.
I don't know if it's intended behaviour but
ttdl done
without any arguments marks all tasks as done.Edit: Just tested it out,
ttdl rm
without any arguments wipes out all the undone tasks.I think there needs to be a check if any arguments are provided before processing the command.
The text was updated successfully, but these errors were encountered: