Skip to content

Commit

Permalink
added a new menu entry to list tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnairi committed Mar 29, 2024
1 parent 81af7c5 commit 9368cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/displayMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const getMenu = () => {
return [
"What do you want to do?",
"1. Create a todo",
"2. List all tasks",
"0. Quit this script"
];
};

0 comments on commit 9368cb0

Please sign in to comment.