Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ createPrompter
Function
createPrompter
src/cli/interactive/prompts.ts:146–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
export
function
createPrompter(): Prompter {
147
if
(!isInteractiveTTY()) {
148
return
createNonInteractivePrompter();
149
}
150
151
return
createTtyPrompter();
152
}
Callers
2
registerInitCommand
Function · 0.90
runSetupWizard
Function · 0.90
Calls
3
isInteractiveTTY
Function · 0.85
createNonInteractivePrompter
Function · 0.85
createTtyPrompter
Function · 0.85
Tested by
no test coverage detected