Add an option to make ffmpeg, mkvmerge and rtmpdump running verbosely.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user