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:
parent
98adb32185
commit
cfd8c3c40e
5 changed files with 2069 additions and 1960 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue