first commit

This commit is contained in:
2026-05-15 23:36:12 +08:00
parent 62fe8ddf4a
commit 52d6dde4aa
10 changed files with 286 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "cliprepo/cmd"
func main() {
cmd.Execute()
}