MCPcopy
hub / github.com/Fission-AI/OpenSpec / Choice

Interface Choice

src/prompts/searchable-multi-select.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import chalk from 'chalk';
2
3interface Choice {
4 name: string;
5 value: string;
6 description?: string;
7 configured?: boolean;
8 detected?: boolean;
9 configuredLabel?: string;
10 preSelected?: boolean;
11}
12
13interface Config {
14 message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected