mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 15:06:59 -04:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user