From ab291d624268e965bf602e112a595672f733b8b5 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 22 Jan 2024 22:12:41 -0300 Subject: [PATCH] fix: do not show prompt when --settings --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 27760771..5365d1d5 100644 --- a/main.go +++ b/main.go @@ -556,6 +556,7 @@ func isNoArgs() bool { !config.ShowHelp && !config.List && !config.Dirs && + !config.Settings && !config.ResetSettings }