hyprman/main.go

8 lines
86 B
Go

package main
import "git.dayl.in/daylin/hyprman/cmd"
func main() {
cmd.Execute()
}