diff options
Diffstat (limited to 'cmd/root.go')
| -rw-r--r-- | cmd/root.go | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |
