question

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteWithConfirmation added in v0.2.0

func DeleteWithConfirmation(ask Asker, itemType string, itemName string, itemID string, doDelete func() error) error

func MultiSelectMap added in v0.2.0

func MultiSelectMap[T any](ask Asker, message string, items []T, getKey func(item T) string) ([]T, error)

func SelectMap added in v0.2.0

func SelectMap[T any](ask Asker, message string, items []T, getKey func(item T) string) (T, error)

Types

type AskProvider added in v0.2.0

type AskProvider interface {
	IsInteractive() bool
	DisableInteractive()
	Ask(p survey.Prompt, response interface{}, opts ...survey.AskOpt) error
}

func NewAskProvider added in v0.2.0

func NewAskProvider(asker Asker) AskProvider

type Asker

type Asker func(p survey.Prompt, response interface{}, opts ...survey.AskOpt) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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