Add an option to make ffmpeg, mkvmerge and rtmpdump running verbosely.

This commit is contained in:
Godzil
2018-06-08 21:51:25 +01:00
parent 978a3282a4
commit 65c9032839
5 changed files with 33 additions and 15 deletions

View File

@@ -187,5 +187,6 @@ function parse(args: string[]): IConfigLine
'1080')
.option('-g, --rebuildcrp', 'Rebuild the crpersistant file.')
.option('-b, --batch <s>', 'Batch file', 'CrunchyRoll.txt')
.option('--verbose', 'Make tool verbose')
.parse(args);
}