Skip to content

Commit

Permalink
Add --fast option to NPM driver
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Aug 14, 2023
1 parent 6fb1bae commit 4582061
Show file tree
Hide file tree
Showing 9 changed files with 217 additions and 195 deletions.
2 changes: 2 additions & 0 deletions src/drivers/npm/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const aliases = {
a: 'userAgent',
b: 'batchSize',
d: 'debug',
f: 'fast',
t: 'delay',
h: 'help',
H: 'header',
Expand Down Expand Up @@ -74,6 +75,7 @@ Examples:
Options:
-b, --batch-size=... Process links in batches
-d, --debug Output debug messages
-f, --fast Prioritise speed over accuracy
-t, --delay=ms Wait for ms milliseconds between requests
-h, --help This text
-H, --header Extra header to send with requests
Expand Down
Loading

0 comments on commit 4582061

Please sign in to comment.