input

package
v3.47.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCancelled = errors.New("prompt cancelled")

Functions

This section is empty.

Types

type Prompter

type Prompter struct {
	Stdin  io.Reader
	Stdout io.Writer
	Stderr io.Writer
}

Prompter handles interactive variable prompting

func (*Prompter) Prompt

func (p *Prompter) Prompt(varName string, enum []string) (string, error)

Prompt prompts for a variable value, using Select if enum is provided, Text otherwise

func (*Prompter) Select

func (p *Prompter) Select(varName string, options []string) (string, error)

Select prompts the user to select from a list of options

func (*Prompter) Text

func (p *Prompter) Text(varName string) (string, error)

Text prompts the user for a text value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL