convert to pflag for better help page, actually close input file

This commit is contained in:
2025-01-21 14:54:10 -05:00
parent 2b653d0447
commit cfe803a56d
3 changed files with 48 additions and 30 deletions

4
go.mod
View File

@@ -2,4 +2,6 @@ module github.com/amberisvibin/rgb2rgb8
go 1.23.5
require github.com/wayneashleyberry/truecolor v1.0.1 // indirect
require github.com/wayneashleyberry/truecolor v1.0.1
require github.com/ogier/pflag v0.0.1