Closed TimHenkelmann closed 7 years ago
Implemented in #78 The input parameters changed such that one can now execute the scripts like
node cli.js dbpedia worldcat
(scrapes dbpedia and worldcat) or
node cli.js all
(scrapes dbpedia, musicbrainz [and worldcat+allmusic as soon as they are added])
Good thinking @TimHenkelmann - excellent implementation. Makes much more sense this way.
At the moment, the cli only takes one script as input parameter. Adjust it, such that
or
is possible.