From 6ca9de8d747518345583b0e4c08f6a923a0f26f5 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Tue, 26 Sep 2023 13:18:41 -0400 Subject: [PATCH] missing > in --url --- run-source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-source.ts b/run-source.ts index f7872af..3f53106 100644 --- a/run-source.ts +++ b/run-source.ts @@ -274,7 +274,7 @@ async function runCommandLine() { .option('-t, --type ', 'Media type. Either \'movie\' or \'show\'. Only used if source is a provider', 'movie') .option('-s, --season ', 'Season number. Only used if type is \'show\'', '0') .option('-e, --episode ', 'Episode number. Only used if type is \'show\'', '0') - .option('-u, --url ', 'URL to a video embed. Only used if source is an embed', '') program.parse();