package
Version:
v8.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Jul 12, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
-
func Complete()
-
func Debug(message string, args ...interface{})
-
func Fail(message string, args ...interface{})
-
func Fatal(message string, args ...interface{})
-
func FinishStep(code int)
-
func GetEmojiWidth() int64
-
func Info(message string, args ...interface{})
-
func Log(destination *os.File, message string, args ...interface{})
-
func LogWithIcon(destination *os.File, icon, message string, args ...interface{})
-
func SpacedEmoji(emoji string) string
-
func Success(message string, args ...interface{})
-
func Warn(message string, args ...interface{})
-
func WrapOutput(output string) string
Complete shows a completion message.
func Debug(message string, args ...interface{})
Debug shows a debug message
func Fail(message string, args ...interface{})
Fail shows a error message
func Fatal(message string, args ...interface{})
Fatal aborts the executable with a error message
func FinishStep(code int)
FinishStep shows a step completion message.
func GetEmojiWidth() int64
GetEmojiWidth Detects handling of emoji
func Info(message string, args ...interface{})
Info shows a info message
func Log(destination *os.File, message string, args ...interface{})
Log shows a output message
func LogWithIcon(destination *os.File, icon, message string, args ...interface{})
LogWithIcon shows a message with a custom icon
SpacedEmoji returns an emoji with a trailing space
func Success(message string, args ...interface{})
Success shows a success message
func Warn(message string, args ...interface{})
Warn shows a warning message
WrapOutput indents output to align to emojis.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.