Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
func
NewSetupQuestion(question string) *SetupQuestion {
293
return
&SetupQuestion{Setting: &Setting{}, Question: question}
294
}
295
296
type
Settings []*Setting
297
Callers
3
runVendorSetup
Method · 0.92
runInteractiveSetup
Method · 0.92
Setup
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected