lsg551 / matricula-online-scraper

Scraper for Matricula Online
https://pypi.org/project/matricula-online-scraper/
MIT License
0 stars 0 forks source link

refactor(fetch parish): rename cli option `--urls` to `--url` #12

Closed lsg551 closed 7 months ago

lsg551 commented 7 months ago

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:

$ 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