1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Update server dependencies

Breaking: rename parse-log script option `-nt` to `-n`
This commit is contained in:
Chocobozzz 2025-02-03 09:55:58 +01:00
parent 98adb32185
commit cfd8c3c40e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 2069 additions and 1960 deletions

View file

@ -14,7 +14,7 @@ program
.option('-l, --level [level]', 'Level log (debug/info/warn/error)')
.option('-f, --files [file...]', 'Files to parse. If not provided, the script will parse the latest log file from config)')
.option('-t, --tags [tags...]', 'Display only lines with these tags')
.option('-nt, --not-tags [tags...]', 'Do not display lines containing these tags')
.option('-n, --not-tags [tags...]', 'Do not display lines containing these tags')
.parse(process.argv)
const options = program.opts()