chore: update CLI description to 'CLI tool for development and production'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-01-29 18:15:22 +00:00
parent d2c0553b6d
commit d71dc3c935

View file

@ -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)