Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/
Class
packages/core/src/prompts/text.ts:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
export
default
class
TextPrompt extends Prompt<string> {
10
get userInputWithCursor() {
11
if
(this.state ===
'submit'
) {
12
return
this.userInput;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected