Initial Hop alpha
This commit is contained in:
@@ -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))
|
||||
}
|
||||
Reference in New Issue
Block a user