main.go

1package main
2
3import (
4	"github.com/kujtimiihoxha/termai/cmd"
5)
6
7func main() {
8	cmd.Execute()
9}