From c514262eb8bfd4042719efd28335f0e1ad9a4f48 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 22:28:52 +0200 Subject: ask: speed up fish UUID completion --- internal/askcli/dispatch.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/askcli/dispatch.go') diff --git a/internal/askcli/dispatch.go b/internal/askcli/dispatch.go index 19e9b58..bc4715c 100644 --- a/internal/askcli/dispatch.go +++ b/internal/askcli/dispatch.go @@ -76,6 +76,8 @@ func (d Dispatcher) Dispatch(ctx context.Context, args []string, stdin io.Reader return d.handleDelete(ctx, args, stdin, stdout, stderr) case "help": return d.help(stdout) + case "complete-uuids": + return d.handleCompleteUUIDs(ctx, stdout, stderr) default: return d.unknownCommand(stderr, subcommand) } -- cgit v1.2.3