This website requires JavaScript.
Explore
Help
Register
Sign In
negodiy
/
openclaw
Watch
1
Star
0
Fork
0
You've already forked openclaw
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
897685a2deb411571e2c02f5b2b0bfa3088065ff
openclaw
/
src
/
cli
/
browser-cli-shared.ts
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
style: fix lint
2026-01-04 03:37:00 +00:00
export
type
BrowserParentOpts
=
{
url?
:
string
;
json?
:
boolean
;
fix(browser-cli): rename --profile to --browser-profile to avoid conflict with global --profile flag
2026-01-06 09:54:31 -07:00
browserProfile?
:
string
;
style: fix lint
2026-01-04 03:37:00 +00:00
}
;
Reference in New Issue
Copy Permalink