Semaphore/cli/main.go
Oussama Jarrousse 7f80e3812d go fmt
2024-03-16 04:18:26 +01:00

10 lines
107 B
Go

package main
import (
"github.com/ansible-semaphore/semaphore/cli/cmd"
)
func main() {
cmd.Execute()
}