We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477d397 commit 0e4f732Copy full SHA for 0e4f732
1 file changed
cmd/root.go
@@ -10,9 +10,10 @@ import (
10
)
11
12
var rootCmd = &cobra.Command{
13
- Use: "agentapi",
14
- Short: "AgentAPI CLI tool",
15
- Long: `AgentAPI is a CLI tool for running various commands.`,
+ Use: "agentapi",
+ Short: "AgentAPI CLI",
+ Long: `AgentAPI - HTTP API for Claude Code, Aider, and Goose`,
16
+ Version: "0.1.0",
17
}
18
19
func Execute() {
0 commit comments