Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/
Class
packages/core/src/prompts/select-key.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
caseSensitive?: boolean;
7
}
8
export
default
class
SelectKeyPrompt<T extends { value: string }> extends Prompt<T[
'value'
]> {
9
options: T[];
10
cursor = 0;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected