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',