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