mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 23:17:00 -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.tvgids.nl/gids/
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=tvgids.nl
|
||||
npm run grab --- --site=tvgids.nl
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/tvgids.nl/tvgids.nl.config.js --output=./sites/tvgids.nl/tvgids.nl.channels.xml
|
||||
npm run channels:parse --- --config=./sites/tvgids.nl/tvgids.nl.config.js --output=./sites/tvgids.nl/tvgids.nl.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- tvgids.nl
|
||||
npm test ---tvgids.nl
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user