From e9660c7c703dbe95a6318a69cf9602cf6ff3ec09 Mon Sep 17 00:00:00 2001 From: xnabil Date: Wed, 25 Mar 2026 19:59:18 +0600 Subject: [PATCH] feat: add outputDir option --- modules/module.args.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/module.args.ts b/modules/module.args.ts index e0e0ec3..6c81d14 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -666,18 +666,18 @@ const args: TAppArg[] = [ default: '[${service}] ${showTitle} - S${season}E${episode} [${height}p]' } }, - { - name: 'outputDir', - group: 'fileName', - describe: 'Set a custom directory for the final muxed file (supports template variables). Temporary files remain in the default content folder.', - docDescribe: true, - service: ['all'], - type: 'string', - usage: '${outputDir}', - default: { - default: '' - } - }, + { + name: 'outputDir', + group: 'fileName', + describe: 'Set a custom directory for the final muxed file (supports template variables). Temporary files remain in the default content folder.', + docDescribe: true, + service: ['all'], + type: 'string', + usage: '${outputDir}', + default: { + default: '' + } + }, { name: 'numbers', group: 'fileName',