rework args

This commit is contained in:
Grigoryev Ilya Alekseevich
2026-03-31 21:56:55 +05:00
parent c28cb8d48a
commit 9df60aa41a
3 changed files with 269 additions and 57 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module mftecmd
go 1.25.3
require github.com/fred1268/go-clap v1.2.1 // indirect
require (
github.com/alecthomas/kong v1.14.0 // indirect
github.com/fred1268/go-clap v1.2.1 // indirect
)