This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
026fe9fdbe
authelia
/
cmd
/
authelia-gen
/
main.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
ci: add dedicated authelia-gen command (#3463) Adds a dedicated authelia code/doc gen command.
2022-06-14 12:40:00 +00:00
package
main
func
main
(
)
{
ci: gen github tmpl locales and commitlint (#3759) This adds several automatic generators for Authelia docs etc.
2022-09-16 04:21:05 +00:00
if
err
:=
rootCmd
.
Execute
(
)
;
err
!=
nil
{
ci: add dedicated authelia-gen command (#3463) Adds a dedicated authelia code/doc gen command.
2022-06-14 12:40:00 +00:00
panic
(
err
)
}
}