hyprman/main.go
2024-05-31 14:45:50 -05:00

8 lines
86 B
Go

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