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

Added update_task function to change task description #30

Closed MarleyHigbee closed 4 hours ago

MarleyHigbee commented 6 hours ago

Made 5. in the menu "update description" and added update_task function which replaces the description of a task with given user number with keyboard input. Quit is now 6.

sopingari commented 5 hours ago

Change this "choice = input("\nEnter your choice (1-5): " since now we have 5 options

MarleyHigbee commented 5 hours ago

Change this "choice = input("\nEnter your choice (1-5): " since now we have 5 options

Good catch. Fixed