From 6c566c6ca78b06d996b2ad7280e3f4d32bc5f558 Mon Sep 17 00:00:00 2001 From: mbalabash Date: Sat, 13 Apr 2019 19:53:34 +0300 Subject: [PATCH 1/2] Add feature description to help message --- bin/serve.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/serve.js b/bin/serve.js index 45e583f3..43fe5dac 100755 --- a/bin/serve.js +++ b/bin/serve.js @@ -81,7 +81,9 @@ const getHelp = () => chalk` -c, --config Specify custom path to \`serve.json\` - -n, --no-clipboard Do not copy the local address to the clipboard + -n, --no-clipboard Do not copy the local address to the clipboard + + -u, --no-compression Do not compress files -S, --symlinks Resolve symlinks instead of showing 404 errors From 8f336bb859bb25faccc5367246a587fc9808badc Mon Sep 17 00:00:00 2001 From: mbalabash Date: Sat, 13 Apr 2019 20:02:11 +0300 Subject: [PATCH 2/2] Fix help message layout --- bin/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/serve.js b/bin/serve.js index 43fe5dac..06eb25b9 100755 --- a/bin/serve.js +++ b/bin/serve.js @@ -81,7 +81,7 @@ const getHelp = () => chalk` -c, --config Specify custom path to \`serve.json\` - -n, --no-clipboard Do not copy the local address to the clipboard + -n, --no-clipboard Do not copy the local address to the clipboard -u, --no-compression Do not compress files