Add debug output support

This commit is contained in:
2021-03-29 17:22:22 -05:00
parent a4638db773
commit 9338631de9
4 changed files with 17 additions and 0 deletions

View File

@ -17,6 +17,7 @@ type Config struct {
OutputFormat string `toml:"output_format"`
Colors map[string][]float32 `toml:"colors"`
userAgent string
Debug bool `toml:"debug"`
}
var (