Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ right
Function
right
internal/prompter/huh_prompter_test.go:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
right() interactionStep {
90
return
interactionStep{bytes: []byte(
"\x1b[C"
)}
91
}
92
93
func
typeKeys(s string) interactionStep {
94
return
interactionStep{bytes: []byte(s)}
Callers
1
TestHuhPrompterConfirm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected