From 5ee8c4f295205e7bfd316b43a503f1ec281a1b03 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 4 Oct 2025 01:44:07 -0500 Subject: don't question first time users --- config.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index 348c053..704feca 100644 --- a/config.go +++ b/config.go @@ -9,7 +9,6 @@ import ( "path/filepath" "go.wit.com/lib/config" - "go.wit.com/lib/fhelp" "go.wit.com/lib/gui/prep" "go.wit.com/log" ) @@ -145,9 +144,9 @@ func loadStdConfig() *ForgeConfigs { cfg.addSampleConfigs() cfg.DumpENV() config.SetChanged("forge", true) - if !fhelp.QuestionUser("This is your first time using forge, use these default values?") { - os.Exit(-1) - } + // if !fhelp.QuestionUser("This is your first time using forge, use these default values?") { + // os.Exit(-1) + // } if err := cfg.ConfigSave(); err != nil { log.Info("config save error:", err) os.Exit(-1) -- cgit v1.2.3