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