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

Function runUpgradeCommand

src/cli.ts:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110async function runUpgradeCommand(): Promise<void> {
111 const { registerUpgradeCommand } = await import('./cli/commands/upgrade.ts');
112 const app = await buildLightweightYargsApp();
113 registerUpgradeCommand(app);
114 await app.parseAsync();
115}
116
117async function main(): Promise<void> {
118 const cliBootstrapStartedAt = Date.now();

Callers 1

mainFunction · 0.70

Calls 2

buildLightweightYargsAppFunction · 0.85
registerUpgradeCommandFunction · 0.85

Tested by

no test coverage detected