Skip to content

Commit

Permalink
Update message for unknown command
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchell committed Nov 11, 2024
1 parent 5423c9f commit 14537ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,11 @@ testers are expected to do more *exploratory* testing.
## **Appendix: Planned enhancements**
Team size: 5

1.
1. **When an invalid command is entered, suggest possible valid commands.**
* **Flaw:** When a user types an unknown command, the result display box shows `Unknown Command`, which is not informative.
* **Enhancement:** The result display box will suggest possible valid commands for the user to enter.
* **Sample Input:** User enters: `sort`
* **Expected Output:** The result display box shows `Unknown Command. Did you mean: list, find, clear, add, edit, delete, exit, or help?`

<br>

Expand Down

0 comments on commit 14537ed

Please sign in to comment.