Add playwriter logfile command and fix documentation paths

This commit is contained in:
Tommy D. Rossi
2026-01-24 18:31:33 +01:00
parent 0b2ef17040
commit 5469af0d30
6 changed files with 33 additions and 5 deletions
+6
View File
@@ -311,6 +311,12 @@ cli
})
})
cli
.command('logfile', 'Print the path to the relay server log file')
.action(() => {
console.log(LOG_FILE_PATH)
})
cli.help()
cli.version(VERSION)