Level-9: Added find feature to look for tasks
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.