From b90c8be287f8137f91e7a51f31ebdaa11ec59fbe Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Fri, 21 Jul 2017 00:00:11 -0700 Subject: [PATCH] Remove unused option flag --- cli.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli.js b/cli.js index efef396..30e0b90 100755 --- a/cli.js +++ b/cli.js @@ -21,7 +21,6 @@ const cli = meow(` -p, --minified-file PATH The path of the bundle (local) -u, --upload-sources Upload source files referenced by the source map -r, --project-root PATH The root path to remove from absolute file paths - -t, --strip-project-root Strip the root path from file paths in the source map -w, --add-wildcard-prefix Insert a wildcard prefix when stripping root path -o, --overwrite Overwite previously uploaded source maps @@ -51,7 +50,6 @@ const cli = meow(` p: 'minified-file', r: 'project-root', s: 'source-map', - t: 'strip-project-root', u: 'upload-sources', v: 'app-version', w: 'add-wildcard-prefix',