MCPcopy
hub / github.com/cli/cli / newInteraction

Function newInteraction

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected