diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 23:21:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 23:21:47 +0200 |
| commit | de7c0d61f5e1d195062f41f42dd1acd8d4e4e24a (patch) | |
| tree | fd21714eb743ad56d9d74dcc65480345893512aa /internal/askcli/dispatch.go | |
| parent | b0392db09b960e70caf73db41cc74c9182733935 (diff) | |
Implement ask started-task info 4c3640dc-3730-40c9-bfa6-db90564e3171
Diffstat (limited to 'internal/askcli/dispatch.go')
| -rw-r--r-- | internal/askcli/dispatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/dispatch.go b/internal/askcli/dispatch.go index e828989..b361111 100644 --- a/internal/askcli/dispatch.go +++ b/internal/askcli/dispatch.go @@ -92,7 +92,7 @@ func (d Dispatcher) help(w io.Writer) (int, error) { io.WriteString(w, " ask list [filters] List active tasks (default)\n") io.WriteString(w, " ask ready List READY tasks (not blocked)\n") io.WriteString(w, " ask all [filters] List all tasks including completed/deleted\n") - io.WriteString(w, " ask info <uuid> Show task details\n") + io.WriteString(w, " ask info [uuid] Show task details or current started task\n") io.WriteString(w, " ask annotate <uuid> \"note\" Add annotation to task\n") io.WriteString(w, " ask start <uuid> Start working on task\n") io.WriteString(w, " ask stop <uuid> Stop working on task\n") |
