Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ down
Function
down
internal/prompter/huh_prompter_test.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
down() interactionStep {
74
return
interactionStep{bytes: []byte(
"\x1b[B"
)}
75
}
76
77
func
left() interactionStep {
78
return
interactionStep{bytes: []byte(
"\x1b[D"
)}
Callers
4
TestHuhPrompterSelect
Function · 0.85
TestHuhPrompterMultiSelect
Function · 0.85
TestHuhPrompterMarkdownEditor
Function · 0.85
TestHuhPrompterMultiSelectWithSearch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected