`indices config export`
| 42 | |
| 43 | // `indices config export` |
| 44 | type IndexConfigExportHandler struct { |
| 45 | Opts *config.ExportOptions |
| 46 | } |
| 47 | |
| 48 | func (handler IndexConfigExportHandler) Validate() error { |
| 49 | return config.ValidateExportConfigFlags(*handler.Opts) |
nothing calls this directly
no outgoing calls
no test coverage detected