mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 00:50:20 +08:00
fix command goctl bug
invalid (#4520)
This commit is contained in:
parent
1d9159ea39
commit
1c3876810e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user