PLT-6317 disable file watcher while running from makefile (#6103)

* PLT-6317 disable file watcher while running from make file

* Removing debug stmt
Этот коммит содержится в:
Corey Hulen
2017-04-17 07:55:03 -07:00
коммит произвёл Christopher Speller
родитель 3207886514
Коммит acc991dea1
6 изменённых файлов: 17 добавлений и 6 удалений

Просмотреть файл

@@ -30,6 +30,7 @@ func main() {
func init() {
rootCmd.PersistentFlags().StringP("config", "c", "config.json", "Configuration file to use.")
rootCmd.PersistentFlags().Bool("disableconfigwatch", false, "When set config.json will not be loaded from disk when the file is changed.")
resetCmd.Flags().Bool("confirm", false, "Confirm you really want to delete everything and a DB backup has been performed.")