COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

Allow multiple tasks to be deleted at the same time #33

Closed mstump7 closed 6 hours ago

mstump7 commented 6 hours ago

This feature enables users to delete several tasks simultaneously by specifying multiple task numbers in one command. Instead of deleting one task at a time, users can enter a comma-separated list (e.g., 2, 4, 5) or a range of tasks (e.g., 2-5), improving efficiency when managing larger to-do lists. This reduces the number of interactions needed, making task management faster and more convenient.