diff --git a/src/cli.js b/src/cli.js index c795d4f..d2a8fea 100755 --- a/src/cli.js +++ b/src/cli.js @@ -41,6 +41,7 @@ if (require.main === module) { .option('--inject ', '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);