summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-23 07:45:35 +0200
committerPaul Buetow <paul@buetow.org>2026-03-23 07:45:35 +0200
commit778ea7ccdd84425944dda9b717de4ca330c5d0fc (patch)
treebbd09a9d9e9a0555c3bd41b02d83ab24bfb813af /docs/usage.md
parent77a38b42f47e8842e5c60673f9b25e3871cf8d8e (diff)
docs: update usage.md for ask list/all commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage.md b/docs/usage.md
index ce79af6..2a02e05 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -138,7 +138,8 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
| `ask add "description"` | Create a new task |
| `ask add priority:H "description"` | Create task with priority |
| `ask add +tag "description"` | Create task with tag |
-| `ask list` | List pending tasks (UUID-only table) |
+| `ask list` | List pending tasks only (UUID-only table) |
+| `ask all` | List all tasks including completed/deleted |
| `ask list +READY` | List only ready tasks |
| `ask list +BLOCKED` | List blocked tasks |
| `ask list +tag` | Filter by tag |
@@ -160,7 +161,6 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
| `ask modify <uuid> <args...>` | General-purpose modify |
| `ask denotate <uuid> "text"` | Remove annotation |
| `ask delete <uuid>` | Delete a task |
-| `ask export` | Raw JSON export |
### Examples