Add an option to hide window frame

This commit is contained in:
Alexandr Priezzhev 2016-04-17 01:05:17 +02:00
parent fd67f17129
commit 511c5f784e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if (require.main === module) {
.option('--inject <value>', 'path to a file to be injected', collect, [])
.option('--full-screen', 'if the app should always be started in full screen')
.option('--maximize', 'if the app should always be started maximized')
.option('--hide-window-frame', 'disable window frame and controls')
.option('--verbose', 'if verbose logs should be displayed')
.parse(process.argv);