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

Function enter

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

Source from the content-addressed store, hash-verified

71}
72
73func enter() interactionStep {
74 return interactionStep{bytes: []byte("\r")}
75}
76
77func toggle() interactionStep {
78 return interactionStep{bytes: []byte("x")}

Calls

no outgoing calls

Tested by

no test coverage detected