Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ pressY
Function
pressY
internal/prompter/huh_prompter_test.go:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
func
pressY() interactionStep {
98
return
interactionStep{bytes: []byte(
"y"
)}
99
}
100
101
func
pressN() interactionStep {
102
return
interactionStep{bytes: []byte(
"n"
)}
Callers
1
TestHuhPrompterConfirm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected