Skip to content

Commit

Permalink
Add example on listing tasks that occur at a specific date
Browse files Browse the repository at this point in the history
  • Loading branch information
xzynos committed Sep 27, 2022
1 parent 4b74e9a commit 168bb7a
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,38 @@ Examples:
Marks a task as complete.\
Syntax: ```mark TASK_NUMBER```\
Examples:

- ```mark 1```

### Mark a task as incomplete: ```unmark```

Marks a task as incomplete.\
Syntax: ```unmark TASK_NUMBER```
Syntax: ```unmark TASK_NUMBER```\
Examples:

- ```unmark 1```

### List all tasks: ```list```
Lists all tasks added to Duke.\
Syntax: ```list```

Lists all tasks added to Duke. You can specify a date and Duke will list all tasks that occurs at that date.\
Syntax: ```list```\
Examples:

- ```list```
- ```list 30/09/2022```

### Delete a task: ```delete```

Deletes a task from Duke.\
Syntax: ```delete TASK_NUMBER```
Syntax: ```delete TASK_NUMBER```\
Examples:

- ```delete 1```

### Find a task: ```find```

Finds and list tasks in Duke that fully or partially matches a description.\
Syntax: ```find DESCRIPTION```
Syntax: ```find DESCRIPTION```\
Examples:
- ```find CS2113T```

Expand Down

0 comments on commit 168bb7a

Please sign in to comment.