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

Class

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

Source from the content-addressed store, hash-verified

14 cursorAt?: T['value'];
15}
16export default class MultiSelectPrompt<T extends OptionLike> extends Prompt<T['value'][]> {
17 options: T[];
18 cursor = 0;
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected