mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 06:26: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://www.dsmart.com.tr/yayin-akisi
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=dsmart.com.tr
|
||||
npm run grab --- --site=dsmart.com.tr
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.js --output=./sites/dsmart.com.tr/dsmart.com.tr.channels.xml
|
||||
npm run channels:parse --- --config=./sites/dsmart.com.tr/dsmart.com.tr.config.js --output=./sites/dsmart.com.tr/dsmart.com.tr.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- dsmart.com.tr
|
||||
npm test ---dsmart.com.tr
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user