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

Method Input

internal/prompter/prompter.go:515–517  ·  view source on GitHub ↗
(prompt, defaultValue string)

Source from the content-addressed store, hash-verified

513}
514
515func (p *surveyPrompter) Input(prompt, defaultValue string) (string, error) {
516 return p.prompter.Input(prompt, defaultValue)
517}
518
519func (p *surveyPrompter) Password(prompt string) (string, error) {
520 return p.prompter.Password(prompt)

Callers

nothing calls this directly

Calls 1

InputMethod · 0.65

Tested by

no test coverage detected