Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Outputer ¶
type Outputer interface { Ask(message, fallback, sep string, validator Validator) (string, error) Confirm(message string, fallback bool, sep string) (bool, error) Info(s ...string) Success(s ...string) Pending(s ...string) Select(r io.Reader, msg string, opts []string) (int, error) Warning() Done() }
Outputer is an interface that captures the output to a terminal. It is used to make our output consistent in the command line.
Click to show internal directories.
Click to hide internal directories.