You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/browsers.go
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1989,7 +1989,7 @@ func init() {
1989
1989
1990
1990
// computer set-cursor
1991
1991
computerSetCursor:=&cobra.Command{Use: "set-cursor <id|persistent-id>", Short: "Hide or show the cursor", Args: cobra.ExactArgs(1), RunE: runBrowsersComputerSetCursor}
1992
-
computerSetCursor.Flags().Bool("hidden", false, "Whether to hide the cursor (true) or show it (false)")
1992
+
computerSetCursor.Flags().String("hidden", "", "Whether to hide the cursor: true or false")
0 commit comments