mirror of
https://github.com/iptv-org/epg
synced 2026-05-08 18:36: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:
@@ -12,17 +12,17 @@
|
||||
## Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=s.mxtv.jp
|
||||
npm run grab --- --site=s.mxtv.jp
|
||||
```
|
||||
|
||||
## Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/s.mxtv.jp/s.mxtv.jp.config.js --output=./sites/s.mxtv.jp/s.mxtv.jp.channels.xml
|
||||
npm run channels:parse --- --config=./sites/s.mxtv.jp/s.mxtv.jp.config.js --output=./sites/s.mxtv.jp/s.mxtv.jp.channels.xml
|
||||
```
|
||||
|
||||
## Test
|
||||
|
||||
```sh
|
||||
npm test -- s.mxtv.jp
|
||||
npm test ---s.mxtv.jp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user