From a5f907854f29e1c267ad30d1dfe85c2c47f5ac48 Mon Sep 17 00:00:00 2001 From: sinner Date: Wed, 15 Apr 2026 15:16:02 -0400 Subject: feat: add stdin support and retry logic for all search commands --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index 9df03bf..0da7541 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -36,6 +36,7 @@ func New() *Config { Timeout: 30 * time.Second, MaxRetries: 3, UserAgent: "dborg-cli/1.0", + Debug: os.Getenv("DBORG_DEBUG") != "", } } -- cgit v1.2.3