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:
freearhey
2024-12-15 17:32:49 +03:00
parent 9f89cd2160
commit 28c8e3d74f
203 changed files with 607 additions and 607 deletions

View File

@@ -7,25 +7,25 @@ https://nzxmltv.com/
Freeview:
```sh
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml
```
Sky:
```sh
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_sky.channels.xml
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_sky.channels.xml
```
Red Bull TV:
```sh
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml
```
Pluto TV:
```sh
npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
npm run grab --- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
```
### Update channel list
@@ -33,29 +33,29 @@ npm run grab -- --channels=sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml
Freeview:
```sh
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml --set=provider:freeview
npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_freeview.channels.xml --set=provider:freeview
```
Sky:
```sh
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_sky.channels.xml --set=provider:sky
npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_sky.channels.xml --set=provider:sky
```
Red Bull TV:
```sh
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml --set=provider:redbull
npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_redbull.channels.xml --set=provider:redbull
```
Pluto TV:
```sh
npm run channels:parse -- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml --set=provider:pluto
npm run channels:parse --- --config=./sites/nzxmltv.com/nzxmltv.com.config.js --output=./sites/nzxmltv.com/nzxmltv.com_pluto.channels.xml --set=provider:pluto
```
### Test
```sh
npm test -- nzxmltv.com
npm test ---nzxmltv.com
```