From f19a4740992f3fd5f6d2f8b13850c9eb637f6a76 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Mar 2026 06:51:24 +0200 Subject: fix ask alias output wording 7f53c2ff-4eb0-4c7e-bf90-f44587364f4a --- internal/askcli/command_dep.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/askcli/command_dep.go') diff --git a/internal/askcli/command_dep.go b/internal/askcli/command_dep.go index 0508b39..adfb232 100644 --- a/internal/askcli/command_dep.go +++ b/internal/askcli/command_dep.go @@ -27,7 +27,7 @@ func (d Dispatcher) handleDep(ctx context.Context, args []string, stdout, stderr func (d Dispatcher) handleDepAddRm(ctx context.Context, args []string, stdout, stderr io.Writer) (int, error) { if len(args) < 4 { - io.WriteString(stderr, "error: ask dep add/rm requires \n") + io.WriteString(stderr, "error: ask dep add/rm requires \n") return 1, nil } resolved, _, code, err := d.resolveTaskSelector(ctx, args[2], stderr) @@ -59,7 +59,7 @@ func (d Dispatcher) handleDepAddRm(ctx context.Context, args []string, stdout, s func (d Dispatcher) handleDepList(ctx context.Context, args []string, stdout, stderr io.Writer) (int, error) { if len(args) < 3 { - io.WriteString(stderr, "error: ask dep list requires \n") + io.WriteString(stderr, "error: ask dep list requires \n") return 1, nil } _, tasks, code, err := d.resolveTaskSelector(ctx, args[2], stderr) -- cgit v1.2.3