Rework input args to be glob instead of files

So we don't have to do the whole find | shit
This commit is contained in:
2025-03-24 00:32:50 +01:00
parent 188fb91ef0
commit 77acbd63f3
8 changed files with 228 additions and 66 deletions

5
go.mod
View File

@@ -4,4 +4,7 @@ go 1.24.1
require github.com/Knetic/govaluate v3.0.0+incompatible
require github.com/yuin/gopher-lua v1.1.1 // indirect
require (
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)