This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 972
Command line flags
Pete Miller edited this page Apr 5, 2018
·
15 revisions
Related: ledger testing
Source: npm start -- --custom-argument
macOS: /Applications/Brave.app/Contents/MacOS/Brave --custom-argument
argument | what it does | when it was added |
---|---|---|
--debug-tab-events | log all events and extra debug info for each tab | 0.21.x |
--debug-window-events | log all events and extra debug info for each window | 0.21.x |
--disable-buffer-window | do not use or create any hidden 'buffer' windows | 0.21.x |
--show-windows-immediately | do not wait for windows to render before showing | 0.22.12 |
--debug-store-actions | log all redux-style actions at the time of state-reducing to both window and browser consoles | 0.22.105 |
Source: BRAVE_CUSTOM_VARIABLE=1 npm start
macOS: BRAVE_CUSTOM_VARIABLE=1 /Applications/Brave.app/Contents/MacOS/Brave
environment variable | what it does | when it was added |
---|---|---|
BRAVE_ENABLE_DEBUG_MENU=1 | Show 'Debug' main app menu | 0.x |
BRAVE_SHOW_FIRST_RUN_WELCOME=1 | Create about:welcome tab event in development environment on first-run | 0.22.105 |
insecurity test
Vertical Side Tabs Tab Suspender