Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Terminal *term.Terminal
Terminal is a terminal used for input. If `nil`, stdin is used.
Functions ¶
func ReadLine ¶
func ReadLine(prompt string) (string, error)
ReadLine reads line from the input without trailing '\n'.
func ReadPassword ¶
func ReadPassword(prompt string) (string, error)
ReadPassword reads user password with prompt.
Types ¶
type ReadWriter ¶ added in v0.93.0
type ReadWriter struct {
io.Reader
io.Writer
}
ReadWriter combiner reader and writer.
Click to show internal directories.
Click to hide internal directories.