Add !restart command

2026-02-26 18:15:42 +10:00
parent 8e8a01f263
commit 796c2221b2

@@ -78,6 +78,7 @@ Candid feedback is *always* welcome.
| `!clear all` | Delete ***all*** the tasks on your tasklist. | `!clear all` | | `!clear all` | Delete ***all*** the tasks on your tasklist. | `!clear all` |
| `!clear done` | Delete all the completed tasks on your tasklist (this will change your task numbers!) | `!clear done` | | `!clear done` | Delete all the completed tasks on your tasklist (this will change your task numbers!) | `!clear done` |
| `!clear <taskspec>` | Delete the tasks in `taskspec` | `!clear 1, 3, 10-20` | | `!clear <taskspec>` | Delete the tasks in `taskspec` | `!clear 1, 3, 10-20` |
| `!restart` | Restarts your current task | `!restart` |
## 📜 Statistics and History ## 📜 Statistics and History
@@ -236,6 +237,13 @@ The `target` can be one of the following:
--- ---
### `!restart`
Simply restarts your current task.
---
### `!history` ### `!history`
Displays a detailed history of your completed tasks, grouped by day. Displays a detailed history of your completed tasks, grouped by day.