Document enable-electron-logging option

This commit is contained in:
Nathan Sobo
2017-08-02 21:12:02 -06:00
parent b5bdf4acb9
commit 55748bd2c4

View File

@@ -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