Improved entity provision behavior.
This commit is contained in:
10
src/argv.js
10
src/argv.js
@@ -40,11 +40,21 @@ const { argv } = yargs
|
||||
type: 'array',
|
||||
alias: 'network',
|
||||
})
|
||||
.option('exclude-networks', {
|
||||
describe: 'Network not to scrape any channels from (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'exclude-network',
|
||||
})
|
||||
.option('channels', {
|
||||
describe: 'Channel to scrape (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'channel',
|
||||
})
|
||||
.option('exclude-channels', {
|
||||
describe: 'Channel not to scrape (overrides configuration)',
|
||||
type: 'array',
|
||||
alias: 'exclude-channel',
|
||||
})
|
||||
.option('actors', {
|
||||
describe: 'Scrape actors by name or slug',
|
||||
type: 'array',
|
||||
|
||||
Reference in New Issue
Block a user