add new flags, add the ability to print to stdout

This commit is contained in:
2025-08-04 14:12:42 -04:00
parent 57fe00e981
commit f1bdaae6e8
3 changed files with 59 additions and 28 deletions

4
go.mod
View File

@@ -1,7 +1,7 @@
module github.com/amberisvibin/rgb2rgb8
go 1.23.5
go 1.15 // calculated with mingo
require github.com/wayneashleyberry/truecolor v1.0.1
require github.com/ogier/pflag v0.0.1
require github.com/spf13/pflag v1.0.7