MCPcopy Create free account
hub / github.com/cli/cli / left

Function left

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

Source from the content-addressed store, hash-verified

83}
84
85func left() interactionStep {
86 return interactionStep{bytes: []byte("\x1b[D")}
87}
88
89func right() interactionStep {
90 return interactionStep{bytes: []byte("\x1b[C")}

Callers 1

TestHuhPrompterConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected