Filtering invalid actors from releases before storing.
This commit is contained in:
@@ -30,20 +30,20 @@ const { argv } = yargs
|
||||
type: 'boolean',
|
||||
alias: 'web',
|
||||
})
|
||||
.option('networks', {
|
||||
.option('include-networks', {
|
||||
describe: 'Network to scrape all channels from (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'network',
|
||||
alias: ['include-network', 'networks', 'network'],
|
||||
})
|
||||
.option('exclude-networks', {
|
||||
describe: 'Network not to scrape any channels from (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'exclude-network',
|
||||
})
|
||||
.option('channels', {
|
||||
.option('include-channels', {
|
||||
describe: 'Channel to scrape (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'channel',
|
||||
alias: ['include-channel', 'channels', 'channel'],
|
||||
})
|
||||
.option('exclude-channels', {
|
||||
describe: 'Channel not to scrape (overrides configuration)',
|
||||
|
||||
Reference in New Issue
Block a user