scim/main.go
2022-06-10 13:51:19 +02:00

9 lines
82 B
Go

package main
import (
"libre.sh/scim/pkg/cmd"
)
func main() {
cmd.Execute()
}