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

Method AddSetupQuestionBool

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

Source from the content-addressed store, hash-verified

84}
85
86func (o *PluginBase) AddSetupQuestionBool(name string, required bool) (ret *SetupQuestion) {
87 return o.AddSetupQuestionCustomBool(name, required, "")
88}
89
90func (o *PluginBase) AddSetupQuestionCustomBool(name string, required bool, question string) (ret *SetupQuestion) {
91 setting := o.AddSetting(name, required)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected