MCPcopy Index your code
hub / github.com/algolia/cli / FlagsHandler

Interface FlagsHandler

pkg/cmd/shared/handler/flags_handler.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type FlagsHandler interface {
11 Validate() error
12 AskAndFill() error
13}
14
15func HandleFlags(handler FlagsHandler, interactive bool) error {
16 err := handler.Validate()

Callers 2

HandleFlagsFunction · 0.65
HandleFlagsFunction · 0.65

Implementers 3

SynonymHandlerpkg/cmd/shared/handler/flags_handler.g
IndexConfigExportHandlerpkg/cmd/shared/handler/flags_handler.g
IndexConfigImportHandlerpkg/cmd/shared/handler/flags_handler.g

Calls

no outgoing calls

Tested by

no test coverage detected