mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 22:46:58 -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.mon-programme-tv.be/mon-programme-television.html
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=mon-programme-tv.be
|
||||
npm run grab --- --site=mon-programme-tv.be
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/mon-programme-tv.be/mon-programme-tv.be.config.js --output=./sites/mon-programme-tv.be/mon-programme-tv.be.channels.xml
|
||||
npm run channels:parse --- --config=./sites/mon-programme-tv.be/mon-programme-tv.be.config.js --output=./sites/mon-programme-tv.be/mon-programme-tv.be.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- mon-programme-tv.be
|
||||
npm test ---mon-programme-tv.be
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user