From 07e53b573cc8bb27248641ce8ddbcfba3f1090ca Mon Sep 17 00:00:00 2001 From: sevenwhite Date: Tue, 7 Jan 2025 11:58:32 +0100 Subject: [PATCH] feat: allow discovery run with archive --- src/Commands/RunDiscovery.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Commands/RunDiscovery.ts b/src/Commands/RunDiscovery.ts index b0536db4..5da53e9c 100644 --- a/src/Commands/RunDiscovery.ts +++ b/src/Commands/RunDiscovery.ts @@ -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',