Rename /channels to /streams

This commit is contained in:
Aleksandr Statciuk
2022-02-15 02:46:08 +03:00
parent 188792fd3d
commit b3182e6134
448 changed files with 22438 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()