Files
llgo/cmd/llgo.next/version_cmd.gox
2025-05-04 14:04:43 +08:00

12 lines
164 B
Plaintext

import (
"runtime"
"github.com/goplus/llgo/internal/env"
)
short "print LLGo version"
run => {
echo "llgo ${env.version} ${runtime.GOOS}/${runtime.GOARCH}"
}