We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb688d commit 57f58c5Copy full SHA for 57f58c5
cmd/root.go
@@ -8,7 +8,6 @@ import (
8
"github.com/formancehq/stack/libs/go-libs/bun/bunmigrate"
9
"github.com/uptrace/bun"
10
11
- "github.com/formancehq/stack/libs/go-libs/service"
12
"github.com/spf13/cobra"
13
)
14
@@ -28,7 +27,6 @@ func NewRootCommand() *cobra.Command {
28
27
cobra.EnableTraverseRunHooks = true
29
30
cmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
31
- cmd.PersistentFlags().BoolP(service.DebugFlag, "d", false, "Debug mode")
32
cmd.AddCommand(
33
newServeCommand(),
34
newVersionCommand(),
0 commit comments