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 --- cmd/root.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index 292e96d..a5d407f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -23,6 +23,8 @@ DB.org.ai CLI client`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return utils.CheckForUpdates(cmd) }, + SilenceUsage: true, + SilenceErrors: true, } func Execute() { -- cgit v1.2.3