From d71dc3c935cba1aaff03d9e7624e6eecbdb59902 Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 29 Jan 2026 18:15:22 +0000 Subject: [PATCH] chore: update CLI description to 'CLI tool for development and production' Co-Authored-By: Claude Opus 4.5 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b694e2e..61c4e61 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,7 +22,7 @@ var ( // Execute creates the root CLI application and runs it. func Execute() error { - app := clir.NewCli("core", "CLI for Go/PHP development, multi-repo management, and deployment", "0.1.0") + app := clir.NewCli("core", "CLI tool for development and production", "0.1.0") // Register commands based on build tags registerCommands(app)