package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Println(msg string, opts ...interface{})
Println can be used for all general CLI prints and will append a magenta `dctl` prefix to all output
func PrintlnWithNameAndColor(name, msg string, c Color, opts ...interface{})
const (
None Color = iota
Red
Green
Yellow
Blue
Magenta
Cyan
LightGray
DarkGray
LightRed
LightGreen
LightYellow
LightBlue
LightMagenta
LightCyan
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.