terminal

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2020 License: MPL-2.0, MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Lock added in v0.1.4

func Lock()

func Unlock added in v0.1.4

func Unlock()

Types

type DefaultProvider

type DefaultProvider struct{}

func (DefaultProvider) PromptHiddenf

func (d DefaultProvider) PromptHiddenf(format string, a ...interface{}) (string, error)

PromptHiddenf behaves the same as Promptf except that the response is not echoed.

A trailing space will be appended to the message if not already present. A package-level mutex prevents overlapping prompts. PromptHiddenf implements Provider.

func (DefaultProvider) Promptf

func (d DefaultProvider) Promptf(format string, a ...interface{}) (string, error)

Promptf displays a formatted message and collects a string response.

A trailing space will be appended to the message if not already present. A package-level mutex prevents overlapping prompts. Promptf implements Provider.

Jump to

Keyboard shortcuts

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