diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 22:07:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 22:07:13 -0600 |
| commit | 925fd3390640484e1930bf319d98c31f709adbb1 (patch) | |
| tree | 0642bba7a7d95e253fdf0c96ff7d57251e6c8989 /main.go | |
| parent | 15454aeb4e300b6809dde427ebfd94f3498a59b2 (diff) | |
add terminal color test
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ import ( "path/filepath" "go.wit.com/gui" + "go.wit.com/lib/gui/shell" "go.wit.com/lib/debugger" "go.wit.com/lib/gadgets" "go.wit.com/log" @@ -47,6 +48,7 @@ func main() { // verify the values for the package if args.NoGui { + shell.TestTerminalColor() if cBox.buildPackage() { log.Info("build worked") } else { |
