MCPcopy Index your code
hub / github.com/cli/cli / down

Function down

internal/prompter/huh_prompter_test.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func down() interactionStep {
82 return interactionStep{bytes: []byte("\x1b[B")}
83}
84
85func left() interactionStep {
86 return interactionStep{bytes: []byte("\x1b[D")}

Calls

no outgoing calls

Tested by

no test coverage detected