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

Function pressN

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

Source from the content-addressed store, hash-verified

99}
100
101func pressN() interactionStep {
102 return interactionStep{bytes: []byte("n")}
103}
104
105func clearLine() interactionStep {
106 return interactionStep{bytes: []byte{0x01, 0x0b}}

Callers 1

TestHuhPrompterConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected