fix:fix cmd example (#1166)

This commit is contained in:
zhangxiaoyu.york 2026-03-09 12:49:20 +08:00 committed by GitHub
parent ad9d5a3d19
commit a521a49162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ func NewPicoclawCommand() *cobra.Command {
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "picoclaw", Use: "picoclaw",
Short: short, Short: short,
Example: "picoclaw list", Example: "picoclaw version",
} }
cmd.AddCommand( cmd.AddCommand(