Added proxy test.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user