feat(cli): add --version flag to gt
Models often guess --version exists. Cobra provides both --version and -v when Version is set on the root command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,8 +10,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "gt",
|
Use: "gt",
|
||||||
Short: "Gas Town - Multi-agent workspace manager",
|
Short: "Gas Town - Multi-agent workspace manager",
|
||||||
|
Version: Version,
|
||||||
Long: `Gas Town (gt) manages multi-agent workspaces called rigs.
|
Long: `Gas Town (gt) manages multi-agent workspaces called rigs.
|
||||||
|
|
||||||
It coordinates agent spawning, work distribution, and communication
|
It coordinates agent spawning, work distribution, and communication
|
||||||
|
|||||||
Reference in New Issue
Block a user