opencode/main.go

10 lines
96 B
Go

package main
import (
"github.com/kujtimiihoxha/termai/cmd"
)
func main() {
cmd.Execute()
}