From 7091b4f77b0d58a482f3872b8bfd3d3586b78c21 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 3 Jan 2026 08:40:28 -0800 Subject: [PATCH] chore(cli): simplify help text (#1752) --- internal/cmd/root.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 90d64c7fccef6e27d2ebe8abb37445dc992b948f..edb2512171348b0c9a1156683ecb398d73657ccf 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -51,10 +51,8 @@ func init() { var rootCmd = &cobra.Command{ Use: "crush", - Short: "Terminal-based AI assistant for software development", - Long: `Crush 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.`, + Short: "An AI assistant for software development", + Long: "An AI assistant for software development and similar tasks with direct access to the terminal", Example: ` # Run in interactive mode crush