From 4839a2598ae56b437378690cbb698e5b65cd5389 Mon Sep 17 00:00:00 2001 From: Ruslan Panamarenka Date: Tue, 7 Jan 2025 13:21:38 +0100 Subject: [PATCH] feat: allow discovery run with archive (#637) --- 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',