Skip to content

Level-9: Added find feature to look for tasks

Choose a tag to compare

@dylanlimyf dylanlimyf released this 05 Mar 18:47
Added `find` command to search tasks by keyword

- Implemented `FindCommand` class to handle keyword-based task search.
- Added `find` functionality to `TaskList`, including a `matches` method in `Task`.
- Updated `Ui` to display search results with proper formatting.
- Enhanced `Parser` to parse and validate `find <keyword>` input.