Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Remove unused option flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jul 21, 2017
1 parent 5cb8f52 commit b90c8be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b90c8be

Please sign in to comment.