terminal

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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