diff options
Diffstat (limited to 'internal/askcli/command_delete.go')
| -rw-r--r-- | internal/askcli/command_delete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/command_delete.go b/internal/askcli/command_delete.go index 1efaad9..4e93add 100644 --- a/internal/askcli/command_delete.go +++ b/internal/askcli/command_delete.go @@ -6,7 +6,7 @@ import ( "io" ) -func (d Dispatcher) handleDelete(ctx context.Context, args []string, stdin io.Reader, stdout, stderr io.Writer) (int, error) { +func (d *Dispatcher) handleDelete(ctx context.Context, args []string, stdin io.Reader, stdout, stderr io.Writer) (int, error) { if len(args) < 2 { io.WriteString(stderr, "error: ask delete requires an ID or UUID argument\n") return 1, nil |
