MCPcopy Create free account
hub / github.com/bombshell-dev/clack /

Class

packages/core/src/prompts/select.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 initialValue?: T['value'];
8}
9export default class SelectPrompt<T extends { value: any; disabled?: boolean }> extends Prompt<
10 T['value']
11> {
12 options: T[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected