prompt

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Prompter

type Prompter interface {
	SelectOneOf(label string, variants []string, withAdd bool) string
	Input(label, defaultString string) string
	InputNonEmpty(label, defaultString string) string
	InputMany(label string) []string
	FilePath(label, defaultPath string, shouldExist bool) string
	Confirm(question string) bool
}

func New

func New() Prompter

Jump to

Keyboard shortcuts

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