summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/root.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd/root.go b/cmd/root.go
index 54280ecaa..545652a7a 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -21,8 +21,10 @@ import (
var rootCmd = &cobra.Command{
Use: "OpenCode",
- Short: "A terminal ai assistant",
- Long: `A terminal ai assistant`,
+ Short: "A terminal AI assistant for software development",
+ Long: `OpenCode is a powerful terminal-based AI assistant that helps with software development tasks.
+It provides an interactive chat interface with AI capabilities, code analysis, and LSP integration
+to assist developers in writing, debugging, and understanding code directly from the terminal.`,
RunE: func(cmd *cobra.Command, args []string) error {
// If the help flag is set, show the help message
if cmd.Flag("help").Changed {