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

Class

packages/core/src/prompts/group-multiselect.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 selectableGroups?: boolean;
10}
11export default class GroupMultiSelectPrompt<T extends { value: any }> extends Prompt<T['value'][]> {
12 options: (T & { group: string | boolean })[];
13 cursor = 0;
14 #selectableGroups: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected