Skip to content

Commit

Permalink
fix command goctl bug invalid (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan authored Dec 23, 2024
1 parent 1d9159e commit 1c38768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/bug/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import (
)

// Cmd describes a bug command.
var Cmd = cobrax.NewCommand("bug", cobrax.WithRunE(cobra.NoArgs), cobrax.WithArgs(cobra.NoArgs))
var Cmd = cobrax.NewCommand("bug", cobrax.WithRunE(runE), cobrax.WithArgs(cobra.NoArgs))

0 comments on commit 1c38768

Please sign in to comment.