Skip to content

Commit 1e11805

Browse files
committed
add description
1 parent a8d5787 commit 1e11805

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/root.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ import (
2121

2222
var rootCmd = &cobra.Command{
2323
Use: "OpenCode",
24-
Short: "A terminal ai assistant",
25-
Long: `A terminal ai assistant`,
24+
Short: "A terminal AI assistant for software development",
25+
Long: `OpenCode is a powerful terminal-based AI assistant that helps with software development tasks.
26+
It provides an interactive chat interface with AI capabilities, code analysis, and LSP integration
27+
to assist developers in writing, debugging, and understanding code directly from the terminal.`,
2628
RunE: func(cmd *cobra.Command, args []string) error {
2729
// If the help flag is set, show the help message
2830
if cmd.Flag("help").Changed {

0 commit comments

Comments
 (0)