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

@@ -5,13 +5,13 @@ https://watch.plex.tv/live-tv
### Download the guide
```sh
npm run grab -- --site=plex.tv
npm run grab --- --site=plex.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
npm run channels:parse --- --config=./sites/plex.tv/plex.tv.config.js --output=./sites/plex.tv/plex.tv.channels.xml --set=token:YOUR_PLEX_TOKEN
```
Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/general/plex-token/
@@ -19,5 +19,5 @@ Where to get the Plex Token? https://www.plexopedia.com/plex-media-server/genera
### Test
```sh
npm test -- plex.tv
npm test ---plex.tv
```