MCPcopy 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
89func right() interactionStep {
90 return interactionStep{bytes: []byte("\x1b[C")}
91}
92
93func typeKeys(s string) interactionStep {
94 return interactionStep{bytes: []byte(s)}

Callers 1

TestHuhPrompterConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected