MCPcopy
hub / github.com/cli/cli / enter

Function enter

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

Source from the content-addressed store, hash-verified

63}
64
65func enter() interactionStep {
66 return interactionStep{bytes: []byte("\r")}
67}
68
69func toggle() interactionStep {
70 return interactionStep{bytes: []byte("x")}

Calls

no outgoing calls

Tested by

no test coverage detected