package main import ( "github.com/gabrie30/ghorg/cmd" ) func main() { cmd.Execute() }