Skip to content

Commit

Permalink
Fix the issue of list command not shown in unknown command error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MAOXIONGKAI committed Sep 20, 2024
1 parent 2237c73 commit 70153a8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/main/java/gopher/exception/UnknownCommandException.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ public String getMessage() {
1. todo - Create a ToDo Task
2. deadline - Create a Deadline Task
3. event - Create an Event Task
4. mark - Mark tasks as done
5. unmark - Mark tasks as not done
6. find - Find tasks based on keywords
7. update - Update a task with provided information
8. delete - Delete tasks from the task list
9. bye - Exit the chatbot
4. list -List out all the current tasks
5. mark - Mark tasks as done
6. unmark - Mark tasks as not done
7. find - Find tasks based on keywords
8. update - Update a task with provided information
9. delete - Delete tasks from the task list
10. bye - Exit the chatbot
Note that the command is case-insensitive,
as long as the input characters match,
Expand Down

0 comments on commit 70153a8

Please sign in to comment.