cmd: llgo.next

This commit is contained in:
xushiwei
2025-05-04 14:04:43 +08:00
parent 158be3f949
commit cc08195cf2
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import (
"runtime"
"github.com/goplus/llgo/internal/env"
)
short "print LLGo version"
run => {
echo "llgo ${env.version} ${runtime.GOOS}/${runtime.GOARCH}"
}