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

Function runSetupCommand

src/cli.ts:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103async function runSetupCommand(): Promise<void> {
104 const { registerSetupCommand } = await import('./cli/commands/setup.ts');
105 const app = await buildLightweightYargsApp();
106 registerSetupCommand(app);
107 await app.parseAsync();
108}
109
110async function runUpgradeCommand(): Promise<void> {
111 const { registerUpgradeCommand } = await import('./cli/commands/upgrade.ts');

Callers 1

mainFunction · 0.85

Calls 2

buildLightweightYargsAppFunction · 0.85
registerSetupCommandFunction · 0.85

Tested by

no test coverage detected