summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/usage.md b/docs/usage.md
index c43f406..c2fe055 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -136,6 +136,7 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
| Subcommand | Description |
|---|---|
| `ask add "description"` | Create a new task and print its alias ID |
+| `ask add depends:<id\|uuid>,<id\|uuid> "description"` | Create task with inline dependencies |
| `ask add priority:H "description"` | Create task with priority |
| `ask add +tag "description"` | Create task with tag |
| `ask list` | List pending tasks only (alias-ID table) |
@@ -168,6 +169,9 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
# Create a task
ask add priority:H "Implement new feature"
+# Create a task with dependencies
+ask add +cli depends:0,1 "Implement dependent feature"
+
# List tasks
ask list +READY limit:5