We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cd598 commit 13f0b21Copy full SHA for 13f0b21
1 file changed
main.go
@@ -10,7 +10,6 @@ import (
10
"github.com/SoureCode/kyx/tools"
11
"github.com/pkg/errors"
12
"github.com/symfony-cli/console"
13
- "github.com/symfony-cli/dumper"
14
)
15
16
var (
@@ -52,8 +51,6 @@ func main() {
52
51
Copyright: fmt.Sprintf("(c) 2025-%d Jason Schilling", time.Now().Year()),
53
Commands: cmds,
54
Action: func(ctx *console.Context) error {
55
- dumper.Dump("dumper-keep-it-as-it-will-be-removed-by-go-mod-tidy")
56
-
57
if ctx.Args().Len() == 0 {
58
return commands.WelcomeAction(ctx)
59
}
0 commit comments