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

Function runInitCommand

src/cli.ts:96–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96async function runInitCommand(): Promise<void> {
97 const { registerInitCommand } = await import('./cli/commands/init.ts');
98 const app = await buildLightweightYargsApp();
99 registerInitCommand(app, { workspaceRoot: process.cwd() });
100 await app.parseAsync();
101}
102
103async function runSetupCommand(): Promise<void> {
104 const { registerSetupCommand } = await import('./cli/commands/setup.ts');

Callers 1

mainFunction · 0.85

Calls 2

buildLightweightYargsAppFunction · 0.85
registerInitCommandFunction · 0.85

Tested by

no test coverage detected