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

Function newInteraction

internal/prompter/huh_prompter_test.go:31–33  ·  view source on GitHub ↗
(steps ...interactionStep)

Source from the content-addressed store, hash-verified

29}
30
31func newInteraction(steps ...interactionStep) interaction {
32 return interaction{steps: steps}
33}
34
35func (ix interaction) run(t *testing.T, w *io.PipeWriter) {
36 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected