mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat: Add support for setup-info command (#108)
* feat: Add support for setup-info command * fix: Code review fixes * fix: Add event log info
This commit is contained in:
@@ -10,6 +10,7 @@ type TerminalColors struct {
|
||||
Yellow ColorFn
|
||||
Cyan ColorFn
|
||||
Green ColorFn
|
||||
Bold ColorFn
|
||||
}
|
||||
|
||||
var Colors = TerminalColors{
|
||||
@@ -18,4 +19,5 @@ var Colors = TerminalColors{
|
||||
Yellow: color.New(color.FgYellow).SprintfFunc(),
|
||||
Cyan: color.New(color.FgCyan).SprintfFunc(),
|
||||
Green: color.New(color.FgGreen).SprintfFunc(),
|
||||
Bold: color.New(color.Bold).SprintfFunc(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user