prompter

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LatinMatchingFilter

func LatinMatchingFilter(filter, value string, index int) bool

LatinMatchingFilter returns whether the value matches the input filter. The strings are compared normalized in case. The filter's diactritics are kept as-is, but the value's are normalized, so that a missing diactritic in the filter still returns a result.

Types

type Prompter

type Prompter interface {
	Select(string, string, []string) (int, error)
	MultiSelect(string, []string, []string) ([]int, error)
	Input(string, string) (string, error)
	InputOrganizationName() (string, error)
	Password(string) (string, error)
	AuthToken() (string, error)
	Confirm(string, bool) (bool, error)
	ConfirmDeletion(string) error
}

func New

func New(editorCmd string, stdin fileReader, stdout fileWriter, stderr io.Writer) Prompter

Jump to

Keyboard shortcuts

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