diff options
| author | sinner <[email protected]> | 2026-04-15 15:16:02 -0400 |
|---|---|---|
| committer | sinner <[email protected]> | 2026-04-15 15:16:02 -0400 |
| commit | a5f907854f29e1c267ad30d1dfe85c2c47f5ac48 (patch) | |
| tree | bc8685c3b22e6d5d47702ba0607c694f938ba7fd /cmd/root.go | |
| parent | 8a1cf20dd5014ebe15ced77344902b79dcfa2e66 (diff) | |
| download | dborg-a5f907854f29e1c267ad30d1dfe85c2c47f5ac48.tar.gz dborg-a5f907854f29e1c267ad30d1dfe85c2c47f5ac48.zip | |
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() { |
