Rename /channels to /streams

This commit is contained in:
Aleksandr Statciuk 2022-02-15 02:46:08 +03:00
parent 27fa1a8249
commit a77f474fb6
452 changed files with 22988 additions and 23308 deletions

View file

@ -9,7 +9,7 @@ const options = program
parser.parseNumber,
256
)
.option('--input-dir <input-dir>', 'Set path to input directory', 'channels')
.option('--input-dir <input-dir>', 'Set path to input directory', 'streams')
.parse(process.argv)
.opts()