(ctx context.Context)
| 36 | } |
| 37 | |
| 38 | func Disable(ctx context.Context) error { |
| 39 | config := hctx.GetConf(ctx) |
| 40 | config.IsEnabled = false |
| 41 | return hctx.SetConfig(config) |
| 42 | } |
| 43 | |
| 44 | func init() { |
| 45 | rootCmd.AddCommand(enableCmd) |
no test coverage detected