From 511c5f784e55b272a0929f62f9b49d5224ecda88 Mon Sep 17 00:00:00 2001 From: Alexandr Priezzhev Date: Sun, 17 Apr 2016 01:05:17 +0200 Subject: [PATCH] Add an option to hide window frame --- src/cli.js | 1 + 1 file changed, 1 insertion(+) 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);