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

Method selectOne

src/cli/interactive/prompts.ts:10–10  ·  view source on GitHub ↗
(opts: {
    message: string;
    options: SelectOption<T>[];
    initialIndex?: number;
  })

Source from the content-addressed store, hash-verified

8
9export interface Prompter {
10 selectOne<T>(opts: {
11 message: string;
12 options: SelectOption<T>[];
13 initialIndex?: number;

Callers 4

selectProjectChoiceFunction · 0.80
selectSchemeFunction · 0.80
selectSimulatorFunction · 0.80
selectDeviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected