()
| 30 | } |
| 31 | |
| 32 | func 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 | } |
nothing calls this directly
no test coverage detected