Closed Filip-K closed 2 years ago
I ran into the same issue.
The code for this were added after version 2.23
To use it before a new version is released, try:
pip uninstall urlwatch
git clone https://github.com/thp/urlwatch.git
cd urlwatch
pip install .
Cool, that explains it! Would it be easy to add "requires urlwatch > 2.23" to the docs to save people who might be running older versions some head-scratching?
I have now enabled some older version tags on readthedocs, this isn't perfect of course (a "since version x.y.z" would be best, but alas, we don't know the version yet when the docs are written in development, and "since version 2.25" would be even more confusing if 2.25 hasn't even been released yet):
Attempting to run the
urlwatch 2 4 7
example from the docs givesurlwatch: error: unrecognized arguments: 2 4 7
on my urlwatch 2.23. Am I doing something wrong (I do have more than 7 jobs)?