fix command goctl bug invalid (#4520)

This commit is contained in:
kesonan 2024-12-24 00:00:50 +08:00 committed by GitHub
parent 1d9159ea39
commit 1c3876810e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))