mirror of
https://github.com/iptv-org/epg
synced 2026-09-09 13:26:55 -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://chaines-tv.orange.fr/programme-tv
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=chaines-tv.orange.fr
|
||||
npm run grab --- --site=chaines-tv.orange.fr
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.config.js --output=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.channels.xml
|
||||
npm run channels:parse --- --config=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.config.js --output=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- chaines-tv.orange.fr
|
||||
npm test ---chaines-tv.orange.fr
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user