diff options
Diffstat (limited to 'cmd/root.go')
| -rw-r--r-- | cmd/root.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go index cc74436..0f29583 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,10 @@ import ( var rootCmd = &cobra.Command{ Use: "dborg", Short: "DB.org.ai CLI client", - Long: `Query db.org.ai API`, + Long: `█▀▀▄ █▀▀▄ █▀▀█ █▀▀█ █▀▀▀ █▀▀█ ▀█▀ +█░░█ █▀▀▄░░░█░░█ █▄▄▀ █░▀█░░░█▄▄█░░█░░ +▀▀▀▀ ▀▀▀▀ ▀ ▀▀▀▀ ▀ ▀ ▀▀▀▀ ▀ ▀ ▀ ▀▀▀ +DB.org.ai CLI client`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return utils.CheckForUpdates(cmd) }, |
