initial commit

This commit is contained in:
2026-01-04 21:26:49 +01:00
commit 8e83c99620
12 changed files with 11958 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.kapelle.org/niklas/opl-cli
go 1.25.4
require (
github.com/alexflint/go-arg v1.6.1 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
)