Replace -- with --- in npm commands

Resolves https://github.com/iptv-org/epg/issues/2354

Details: https://github.com/npm/cli/issues/3136
This commit is contained in:
freearhey 2024-12-15 17:32:49 +03:00
parent 9f89cd2160
commit 28c8e3d74f
203 changed files with 607 additions and 607 deletions

View file

@ -5,13 +5,13 @@ https://tv.mail.ru/
### Download the guide
```sh
npm run grab -- --site=tv.mail.ru
npm run grab --- --site=tv.mail.ru
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tv.mail.ru/tv.mail.ru.config.js --output=./sites/tv.mail.ru/tv.mail.ru.channels.xml
npm run channels:parse --- --config=./sites/tv.mail.ru/tv.mail.ru.config.js --output=./sites/tv.mail.ru/tv.mail.ru.channels.xml
```
**NOTE:** There is a limit to the number of requests.
@ -19,5 +19,5 @@ npm run channels:parse -- --config=./sites/tv.mail.ru/tv.mail.ru.config.js --out
### Test
```sh
npm test -- tv.mail.ru
npm test ---tv.mail.ru
```