Initial Hop alpha

This commit is contained in:
cyph3rasi
2026-07-11 07:33:41 -07:00
commit 675135b77e
19 changed files with 5612 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package main
import (
"os"
"github.com/hop-vcs/hop/internal/hop"
)
func main() {
os.Exit(hop.RunCLI(os.Args[1:], os.Stdout, os.Stderr))
}