From 46c39b989ca20c537d59568a0770cb0b63e1fd5d Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 20 Feb 2020 07:43:22 -0800 Subject: [PATCH] cleanup help output --- src/index.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/index.ts b/src/index.ts index 30795ddaa2..54cc1c6d6a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,19 +48,19 @@ function printHelp() { ` ${chalk.bold(`snowpack`)} - Install npm dependencies to run natively on the web. ${chalk.bold('Options:')} - --dest Specify destination directory (default: "web_modules/"). - --clean Clear out the destination directory before install. - --optimize Transpile, minify, and optimize installed dependencies for production. - --babel Transpile installed dependencies. Also enabled with "--optimize". - --include Auto-detect imports from file(s). Supports glob. - --exclude Exclude files from --include. Follows glob’s ignore pattern. - --strict Only install pure ESM dependency trees. Fail if a CJS module is encountered. - --no-source-map Skip emitting source map files (.js.map) into dest - --stat Logs install statistics after installing, with information on install targets and file sizes. Useful for CI, performance review. -${chalk.bold('Advanced:')} - --nomodule Your app’s entry file for generating a