Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Confirm ¶
Confirm shows a question and returns true of false whether the user accepted it or not.
func SelectEmail ¶
SelectEmail shows a CLI select interface. The user has a chance to select the given emails from a predefined list (allEmails). At least one option must be selected The returning value is the selected emails.
Types ¶
type ProgressBar ¶
type ProgressBar interface { Inc() Finish() SetCurrent(value int) }
func NewProgressBar ¶
func NewProgressBar(count int) ProgressBar
A simple progress bar CLI implementation
func NilProgressBar ¶
func NilProgressBar() ProgressBar
Click to show internal directories.
Click to hide internal directories.