MCPcopy Create free account
hub / github.com/algolia/cli / AskAndFill

Method AskAndFill

pkg/cmd/shared/handler/flags_handler.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type FlagsHandler interface {
11 Validate() error
12 AskAndFill() error
13}
14
15func HandleFlags(handler FlagsHandler, interactive bool) error {

Callers 1

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