lume/cmd/lume/main.go

12 lines
113 B
Go

package main
import (
"os"
lumecmd "git.kill0.net/chill9/lume/cmd"
)
func main() {
lumecmd.Main(os.Args)
}