mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix:fix cmd example (#1166)
This commit is contained in:
@@ -30,7 +30,7 @@ func NewPicoclawCommand() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "picoclaw",
|
||||
Short: short,
|
||||
Example: "picoclaw list",
|
||||
Example: "picoclaw version",
|
||||
}
|
||||
|
||||
cmd.AddCommand(
|
||||
|
||||
Reference in New Issue
Block a user