fix: avoid duplicate v in CLI help banner
This commit is contained in:
parent
d8c5183d9a
commit
cbd0798a56
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ import (
|
|||
)
|
||||
|
||||
func NewPicoclawCommand() *cobra.Command {
|
||||
short := fmt.Sprintf("%s picoclaw - Personal AI Assistant v%s\n\n", internal.Logo, config.GetVersion())
|
||||
short := fmt.Sprintf("%s picoclaw - Personal AI Assistant %s\n\n", internal.Logo, config.GetVersion())
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "picoclaw",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue