miller/internal/pkg/entrypoint
Thijs Brobbel 485beb126b
Enable ANSI escape sequence processing on Windows (#1045)
Windows added support for ANSI escape sequences processing, and showing
colors, and such. However, this needs to be enabled explicitly, for that
to work. This enables that on startup.
2022-07-05 10:37:47 -04:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
entrypoint.go Enable ANSI escape sequence processing on Windows (#1045) 2022-07-05 10:37:47 -04:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00

All the usual contents of main() are put into this package for ease of testing.