MCPcopy
hub / github.com/cli/cli / Show

Method Show

pkg/surveyext/editor_manual.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type showable interface {
15 Show() error
16}
17
18func Edit(editorCommand, fn, initialValue string, stdin io.Reader, stdout io.Writer, stderr io.Writer) (string, error) {

Callers 2

editFunction · 0.80
promptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected