The init commit:

- simple file command-line translate tools.
- support config and command-line args
This commit is contained in:
xkm
2026-02-20 02:48:48 +08:00
commit 5912b96a7e
4 changed files with 284 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module translate
go 1.26
require (
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong-toml v0.4.0
)
require github.com/pelletier/go-toml v1.9.5 // indirect