summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 23:21:47 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 23:21:47 +0200
commitde7c0d61f5e1d195062f41f42dd1acd8d4e4e24a (patch)
treefd21714eb743ad56d9d74dcc65480345893512aa /docs/usage.md
parentb0392db09b960e70caf73db41cc74c9182733935 (diff)
Implement ask started-task info 4c3640dc-3730-40c9-bfa6-db90564e3171
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index 2a02e05..87a6778 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -146,7 +146,7 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
| `ask list started` | List started tasks |
| `ask list limit:N` | Limit results |
| `ask list sort:priority-,urgency-` | Sort by priority then urgency |
-| `ask info <uuid>` | Show task details |
+| `ask info [uuid]` | Show task details, or the current started task if UUID is omitted |
| `ask annotate <uuid> "note"` | Add annotation |
| `ask start <uuid>` | Start working on a task |
| `ask stop <uuid>` | Stop work on a task |