Added proxy test.

This commit is contained in:
DebaucheryLibrarian
2026-02-04 17:59:09 +01:00
parent 43358550a9
commit ca925d4d7f
3 changed files with 18 additions and 0 deletions

View File

@@ -40,6 +40,11 @@ const { argv } = yargs
type: 'boolean',
alias: 'web',
})
.option('test-proxy', {
describe: 'Test URL to ensure proxy is online',
type: 'string',
default: config.proxy.test,
})
.option('include-networks', {
describe: 'Network to scrape all channels from (overrides configuration)',
type: 'array',