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/completion_test.go | |
| parent | 168d3a1009066ba38a37fe8a2f8f40a649344eae (diff) | |
ask: add completed sub-command to list completed tasks
Diffstat (limited to 'internal/askcli/completion_test.go')
| -rw-r--r-- | internal/askcli/completion_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/completion_test.go b/internal/askcli/completion_test.go index 015c7d5..3cc3a24 100644 --- a/internal/askcli/completion_test.go +++ b/internal/askcli/completion_test.go @@ -12,7 +12,7 @@ func TestFishCompletion_IncludesCommandsAndExcludesExport(t *testing.T) { t.Fatalf("script missing scope completion for %q", name) } } - for _, name := range []string{"add", "list", "all", "ready", "info", "annotate", "start", "stop", "done", "priority", "tag", "dep", "urgency", "modify", "denotate", "delete", "fish", "help"} { + for _, name := range []string{"add", "list", "all", "ready", "completed", "info", "annotate", "start", "stop", "done", "priority", "tag", "dep", "urgency", "modify", "denotate", "delete", "fish", "help"} { if !strings.Contains(script, " -a '"+name+"' ") { t.Fatalf("script missing root completion for %q", name) } |
