Merge pull request #1865 from automatisch/AUT-973

refactor(google-tasks/find-task): filter all tasks when finding a task
This commit is contained in:
Ali BARIN
2024-05-08 15:11:55 +02:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ items:
- name: Create task list
desc: Creates a new task list.
- name: Find task
desc: Looking for an incomplete task.
desc: Looking for a specific task.
- name: Update task
desc: Updates an existing task.
---