Documentation
¶
Index ¶
- func Fprint(w io.Writer, c *color.Color, a ...interface{})
- func Fprintf(w io.Writer, c *color.Color, format string, a ...interface{})
- func Fprintln(w io.Writer, c *color.Color, a ...interface{})
- func Print(c *color.Color, a ...interface{})
- func Printf(c *color.Color, format string, a ...interface{})
- func Println(c *color.Color, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fprint ¶
Fprint is delegates to *color.Color or fmt depending on command.GlobalOption.NoColor flag
func Fprintf ¶
Fprintf is delegates to *color.Color or fmt depending on command.GlobalOption.NoColor flag
func Fprintln ¶
Fprintln is delegates to *color.Color or fmt depending on command.GlobalOption.NoColor flag
func Print ¶
Print is delegates to *color.Color or fmt depending on command.GlobalOption.NoColor flag
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.