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