Files
Hop aad987e762
CI / powershell-installer (push) Waiting to run
CI / test (push) Failing after 2m39s
Reconcile canonical GnosysLabs/Hop publishing paths with accepted release implementation
Hop-State: A_06FN5C39XCC4JXJEAKVD5S0
Hop-Proposal: R_06FN5C2KP6Z8BKCP0KK1QZ0
Hop-Task: T_06FN3MBF98GWD4NA5PA1RWG
Hop-Attempt: AT_06FN5B04YJGZ2NFP2TJWM1R
2026-07-11 12:38:41 -07:00

12 lines
147 B
Go

package main
import (
"os"
"githop.xyz/GnosysLabs/Hop/internal/hop"
)
func main() {
os.Exit(hop.RunCLI(os.Args[1:], os.Stdout, os.Stderr))
}