MCPcopy Create free account
hub / github.com/ddev/ddev / init

Function init

cmd/ddev/cmd/debug.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func init() {
33 DebugCmd.Flags().BoolVar(&showHidden, "show-hidden", false, "Show hidden developer/debugging commands")
34 _ = DebugCmd.RegisterFlagCompletionFunc("show-hidden", configCompletionFunc([]string{"true", "false"}))
35 RootCmd.AddCommand(DebugCmd)
36}

Callers

nothing calls this directly

Calls 1

configCompletionFuncFunction · 0.85

Tested by

no test coverage detected