Skip to content

Commit

Permalink
feat: allow discovery run with archive (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWhite authored Jan 7, 2025
1 parent 8d4d5ad commit 4839a25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/RunDiscovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ export class RunDiscovery implements CommandModule {
requiresArg: true,
array: true,
describe:
'A list of specific urls that should be included into crawler.',
demandOption: true
'A list of specific urls that should be included into crawler.'
})
.option('host-filter', {
alias: 'F',
Expand Down

0 comments on commit 4839a25

Please sign in to comment.