Closed lsg551 closed 7 months ago
The CLI option --urls for the following command allows to be used multiple times. This allows to pass multiple URLs for fetching. It is intended to be used like:
--urls
$ matricula-online-scraper fetch parish ./out --urls http://a.com --urls http://b.com --urls http://c.com
However, the plural does not make a lot of sense. Rename it to:
$ matricula-online-scraper fetch parish ./out --url http://a.com --url http://b.com --url http://c.com
Description
The CLI option
--urls
for the following command allows to be used multiple times. This allows to pass multiple URLs for fetching. It is intended to be used like:However, the plural does not make a lot of sense. Rename it to: