This commit is contained in:
Jeff Mitchell
2019-07-24 12:41:28 -04:00
parent fb8ce19d90
commit 6ad21c6812
2 changed files with 9 additions and 8 deletions

View File

@@ -87,13 +87,13 @@ type ServerCommand struct {
reloadedCh chan (struct{}) // for tests
// new stuff
flagConfigs []string
flagLogLevel string
flagLogFormat string
flagDev bool
flagDevRootTokenID string
flagDevListenAddr string
flagDevNoStoreToken bool
flagConfigs []string
flagLogLevel string
flagLogFormat string
flagDev bool
flagDevRootTokenID string
flagDevListenAddr string
flagDevNoStoreToken bool
flagDevPluginDir string
flagDevPluginInit bool
flagDevHA bool