fix: remove args print

This commit is contained in:
Kevin Franklin Kim 2025-03-13 17:45:49 +01:00
parent 4998d72ec9
commit 918d5f4b62
No known key found for this signature in database

View File

@ -2,7 +2,6 @@ package helm
import (
"context"
"fmt"
"github.com/foomo/posh-providers/kubernets/kubectl"
"github.com/foomo/posh/pkg/command/tree"
@ -300,8 +299,6 @@ func (c *Command) execute(ctx context.Context, r *readline.Readline) error {
return err
}
fmt.Println(args)
return shell.New(ctx, c.l, "helm").
Args(args...).
Args(fs.Visited().Args()...).