MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / AddSetupQuestion

Method AddSetupQuestion

internal/plugins/plugin.go:62–64  ·  view source on GitHub ↗
(name string, required bool)

Source from the content-addressed store, hash-verified

60}
61
62func (o *PluginBase) AddSetupQuestion(name string, required bool) (ret *SetupQuestion) {
63 return o.AddSetupQuestionCustom(name, required, "")
64}
65
66func (o *PluginBase) AddSetupQuestionCustom(name string, required bool, question string) (ret *SetupQuestion) {
67 setting := o.AddSetting(name, required)

Callers 2

NewYouTubeFunction · 0.45
NewClientFunction · 0.45

Calls 1

Tested by

no test coverage detected