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

Method WriteAnswer

pkg/ask/ask.go:14–17  ·  view source on GitHub ↗
(name string, value interface{})

Source from the content-addressed store, hash-verified

12}
13
14func (my *StringSlice) WriteAnswer(name string, value interface{}) error {
15 my.value = utils.StringToSlice(value.(string))
16 return nil
17}
18
19func AskCommaSeparatedInputQuestion(
20 message string,

Callers

nothing calls this directly

Calls 1

StringToSliceFunction · 0.92

Tested by

no test coverage detected