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:
parent
d2c0553b6d
commit
d71dc3c935
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue