summaryrefslogtreecommitdiff
path: root/internal/askcli/command_watch.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 10:07:41 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 10:07:41 +0300
commit0dfcb0f3fe6db144f02506df95e68707d9b5091c (patch)
treeed6c0b976acca95b403a7939dd49c49de160003b /internal/askcli/command_watch.go
parent168d3a1009066ba38a37fe8a2f8f40a649344eae (diff)
ask: add completed sub-command to list completed tasks
Diffstat (limited to 'internal/askcli/command_watch.go')
-rw-r--r--internal/askcli/command_watch.go2
1 files changed, 1 insertions, 1 deletions
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
}