MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / showPromptHelp

Function showPromptHelp

src/cli/commands/setup.ts:104–110  ·  view source on GitHub ↗
(helpText: string, quietOutput: boolean)

Source from the content-addressed store, hash-verified

102];
103
104function showPromptHelp(helpText: string, quietOutput: boolean): void {
105 if (quietOutput) {
106 return;
107 }
108
109 clack.log.message(helpText);
110}
111
112async function withSpinner<T>(opts: {
113 isTTY: boolean;

Callers 7

selectWorkflowIdsFunction · 0.85
selectPlatformsFunction · 0.85
selectProjectChoiceFunction · 0.85
selectSchemeFunction · 0.85
selectSimulatorFunction · 0.85
selectDeviceFunction · 0.85
collectSetupSelectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected