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