prompt

package
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UI

type UI interface {
	Select(message string, options []string) (int, error)
	Input(message string, defaultValue string) (string, error)
	Confirm(message string, defaultValue bool) (bool, error)
	Password(message string) (string, error)
}

UI - prompt user input

type User

type User struct{}

User - aggregates prompt methods

func (User) Confirm

func (u User) Confirm(message string, defaultValue bool) (bool, error)

Confirm asks for yes or no input

func (User) Input

func (u User) Input(message string, defaultValue string) (string, error)

Input text with default value

func (User) Password

func (u User) Password(message string) (string, error)

Password implemetns a text input with masked characters

func (User) Select

func (u User) Select(message string, options []string) (int, error)

Select - displays a list

Jump to

Keyboard shortcuts

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