Set up --no-launcher flag
Summary: For future use to disable launcher loops. Reviewed By: jknoxville Differential Revision: D13979653 fbshipit-source-id: db56f7d71d7a4d1322cb36622313dbad4307396d
This commit is contained in:
committed by
Facebook Github Bot
parent
39cb25ade9
commit
2b9e3c54c6
@@ -43,6 +43,11 @@ const argv = yargs
|
||||
describe: 'Toggle the built-in update mechanism.',
|
||||
type: 'boolean',
|
||||
})
|
||||
.option('launcher', {
|
||||
default: true,
|
||||
describe: 'Toggle delegating to the update launcher on startup.',
|
||||
type: 'boolean',
|
||||
})
|
||||
.version(global.__VERSION__)
|
||||
.help().argv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user