Documentation ¶
Index ¶
- func Banner()
- func Error(format string, a ...interface{})
- func Info(format string, a ...interface{})
- func Question(format string, a ...interface{})
- func ReadLine(format string, a ...interface{}) (string, error)
- func ReadPassword(format string, a ...interface{}) (string, error)
- func SingleRow(e emoji.Emoji, format string, a ...interface{})
- func Success(format string, a ...interface{})
- func TableWithCellMerge(mergeByIndex int) func(*tablewriter.Table)
- func ToTable(header []string, rows [][]string, opts ...func(*tablewriter.Table))
- func Version(v string)
- func Warning(format string, a ...interface{})
- func YesNo(format string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadPassword ¶
func TableWithCellMerge ¶
func TableWithCellMerge(mergeByIndex int) func(*tablewriter.Table)
TableWithCellMerge apply tablewriter.SetAuthMergeCellsByColumnIndex to the table instance and enables tablewriter.SetRowLine Allows to group rows by a column index
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.