diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-21 15:52:32 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 15:52:32 +0200 |
| commit | 1e11805efc9f3feaf9b9696bcaa8a8dd599db0b1 (patch) | |
| tree | 3bd0e7f2bc8d36925155b4bcb570fabeebbb907b | |
| parent | a8d5787e8ef561037f73b669128f46ae1b1e8553 (diff) | |
| download | opencode-1e11805efc9f3feaf9b9696bcaa8a8dd599db0b1.tar.gz opencode-1e11805efc9f3feaf9b9696bcaa8a8dd599db0b1.zip | |
add description
| -rw-r--r-- | cmd/root.go | 6 |
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 { |
