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