mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
add-missing-flags (#116)
This commit is contained in:
@@ -70,13 +70,17 @@ Run an application from a key or dir.
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
--dev Enable --devtools & --updates-diff
|
--dev|-d Enable --devtools & --updates-diff
|
||||||
--devtools Open devtools with application [Desktop]
|
--devtools Open devtools with application [Desktop]
|
||||||
--updates-diff Enable diff computation for Pear.updates
|
--updates-diff Enable diff computation for Pear.updates
|
||||||
--no-updates Disable updates firing via Pear.updates
|
--no-updates Disable updates firing via Pear.updates
|
||||||
--link=url Simulate deep-link click open
|
--link=url Simulate deep-link click open
|
||||||
--store|-s=path Set the Application Storage path
|
--store|-s=path Set the Application Storage path
|
||||||
--tmp-store|-t Automatic new tmp folder as store path
|
--tmp-store|-t Automatic new tmp folder as store path
|
||||||
|
--chrome-webrtc-internals Enable chrome://webrtc-internals
|
||||||
|
--unsafe-clear-app-storage Clear app storage
|
||||||
|
--unsafe-clear-preferences Clear preferences (such as trustlist)
|
||||||
|
--appling=path Set application shell path
|
||||||
--checkout=n Run a checkout, n is version length
|
--checkout=n Run a checkout, n is version length
|
||||||
--checkout=release Run checkout from marked released length
|
--checkout=release Run checkout from marked released length
|
||||||
--checkout=staged Run checkout from latest version length
|
--checkout=staged Run checkout from latest version length
|
||||||
|
|||||||
Reference in New Issue
Block a user