diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-31 10:07:41 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-31 10:07:41 +0300 |
| commit | 0dfcb0f3fe6db144f02506df95e68707d9b5091c (patch) | |
| tree | ed6c0b976acca95b403a7939dd49c49de160003b /internal/askcli/command_watch.go | |
| parent | 168d3a1009066ba38a37fe8a2f8f40a649344eae (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.go | 2 |
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 } |
