diff options
Diffstat (limited to 'cmd/authelia-scripts/main.go')
| -rwxr-xr-x | cmd/authelia-scripts/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authelia-scripts/main.go b/cmd/authelia-scripts/main.go index c3c3d05da..3375cc280 100755 --- a/cmd/authelia-scripts/main.go +++ b/cmd/authelia-scripts/main.go @@ -135,7 +135,7 @@ func main() { cobraCommands = append(cobraCommands, command) } - cobraCommands = append(cobraCommands, commands.HashPasswordCmd, commands.CertificatesCmd, commands.RSACmd) + cobraCommands = append(cobraCommands, commands.HashPasswordCmd, commands.CertificatesCmd, commands.RSACmd, xflagsCmd) rootCmd.PersistentFlags().StringVar(&logLevel, "log-level", "info", "Set the log level for the command") rootCmd.AddCommand(cobraCommands...) |
