Merge pull request #36 from pterodactyl/feature/diagnostics

Feature/diagnostics
This commit is contained in:
Dane Everitt
2020-07-05 10:53:04 -07:00
committed by GitHub
4 changed files with 263 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ func init() {
root.PersistentFlags().StringVar(&tlsHostname, "tls-hostname", "", "required with --auto-tls, the FQDN for the generated SSL certificate")
root.AddCommand(configureCmd)
root.AddCommand(diagnosticsCmd)
}
// Get the configuration path based on the arguments provided.