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

Function pressY

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

Source from the content-addressed store, hash-verified

95}
96
97func pressY() interactionStep {
98 return interactionStep{bytes: []byte("y")}
99}
100
101func pressN() interactionStep {
102 return interactionStep{bytes: []byte("n")}

Callers 1

TestHuhPrompterConfirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected