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

enable simultaneous deletion of multiple tasks #40

Closed bgoh1 closed 5 hours ago

bgoh1 commented 5 hours ago

Currently the program is only capable of deleting one task at a time. Make a new main menu option that lets the user delete multiple tasks at a time. Specifically, it should accept a single line with multiple tasks, delimited by spaces(whitespace) and delete said tasks accordingly

bgoh1 commented 5 hours ago

existing issue

bgoh1 commented 5 hours ago

existing issue