From 47a5df1fd94c1bf080d5f5ffb82f1689857e1f09 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Fri, 30 Mar 2018 19:22:55 +0200 Subject: [PATCH] Fix up some default settings --- bin/cli.js | 6 +++--- lib/defaults.json | 6 +++--- lib/options.js | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/cli.js b/bin/cli.js index f38a383..0d848b4 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -13,8 +13,8 @@ program .option(' --disable-auto-open', 'Disable auto-opening your web browser', defaults.disableAutoOpen) .option(' --highlight-theme ', `Highlight theme [${defaults.highlightTheme}]`, defaults.highlightTheme) .option(' --host ', `Host [${defaults.host}]`, defaults.host) - .option(' --scripts ', 'Scripts to inject into the page', defaults.scripts) - .option(' --css ', 'CSS files to inject into the page', defaults.css) + .option(' --scripts ', 'Scripts to inject into the page') + .option(' --css ', 'CSS files to inject into the page') .option(' --preprocessor