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

Function NewSetupQuestion

internal/plugins/plugin.go:292–294  ·  view source on GitHub ↗
(question string)

Source from the content-addressed store, hash-verified

290}
291
292func NewSetupQuestion(question string) *SetupQuestion {
293 return &SetupQuestion{Setting: &Setting{}, Question: question}
294}
295
296type Settings []*Setting
297

Callers 3

runVendorSetupMethod · 0.92
runInteractiveSetupMethod · 0.92
SetupMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected