mirror of
https://github.com/iptv-org/epg
synced 2026-05-02 23:46: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:
@@ -30,17 +30,17 @@ export DEBUG="site:tv.yandex.ru"
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=tv.yandex.ru
|
||||
npm run grab --- --site=tv.yandex.ru
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=sites/tv.yandex.ru/tv.yandex.ru.config.js --output=sites/tv.yandex.ru/tv.yandex.ru.channels.xml
|
||||
npm run channels:parse --- --config=sites/tv.yandex.ru/tv.yandex.ru.config.js --output=sites/tv.yandex.ru/tv.yandex.ru.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- tv.yandex.ru
|
||||
npm test ---tv.yandex.ru
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user