diff --git a/src/displayMenu.js b/src/displayMenu.js index cba53ee..7ecfe53 100644 --- a/src/displayMenu.js +++ b/src/displayMenu.js @@ -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" ]; }; \ No newline at end of file