From de7c0d61f5e1d195062f41f42dd1acd8d4e4e24a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 23:21:47 +0200 Subject: Implement ask started-task info 4c3640dc-3730-40c9-bfa6-db90564e3171 --- internal/askcli/dispatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/askcli/dispatch.go') 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 Show task details\n") + io.WriteString(w, " ask info [uuid] Show task details or current started task\n") io.WriteString(w, " ask annotate \"note\" Add annotation to task\n") io.WriteString(w, " ask start Start working on task\n") io.WriteString(w, " ask stop Stop working on task\n") -- cgit v1.2.3