authelia/cmd/authelia-gen/main.go

8 lines
89 B
Go

package main
func main() {
if err := rootCmd.Execute(); err != nil {
panic(err)
}
}