From 0dfcb0f3fe6db144f02506df95e68707d9b5091c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 May 2026 10:07:41 +0300 Subject: ask: add completed sub-command to list completed tasks --- internal/askcli/command_watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/askcli/command_watch.go') diff --git a/internal/askcli/command_watch.go b/internal/askcli/command_watch.go index 33b3bbd..0e326ef 100644 --- a/internal/askcli/command_watch.go +++ b/internal/askcli/command_watch.go @@ -40,7 +40,7 @@ func (d *Dispatcher) handleWatch(ctx context.Context, args []string, stdout, std watchArgs = []string{"list"} } if !watchCommandAllowed(watchArgs) { - _, _ = io.WriteString(stderr, "error: ask watch supports read-only subcommands: list, all, ready, info, dep list, urgency, help\n") + _, _ = io.WriteString(stderr, "error: ask watch supports read-only subcommands: list, all, ready, completed, info, dep list, urgency, help\n") return 1, nil } -- cgit v1.2.3