mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Document enable-electron-logging option
This commit is contained in:
@@ -55,6 +55,7 @@ module.exports = function parseCommandLine (processArgs) {
|
||||
options.string('socket-path')
|
||||
options.string('user-data-dir')
|
||||
options.boolean('clear-window-state').describe('clear-window-state', 'Delete all Atom environment state.')
|
||||
options.boolean('enable-electron-logging').describe('enable-electron-logging', 'Enable low-level logging messages from Electron.')
|
||||
|
||||
const args = options.argv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user