Files
cliprepo/main.go
T
2026-05-15 23:36:12 +08:00

7 lines
67 B
Go

package main
import "cliprepo/cmd"
func main() {
cmd.Execute()
}