Skip to content

Commit

Permalink
fix command invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed Dec 23, 2024
1 parent 1d9159e commit 9092972
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 9092972

Please sign in to comment.