-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Running macOS, installed waybackpy with homebrew but I had the same issue when installed with pipx. I get the following warnings no matter which commands I use:
`/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)
/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)
/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1223: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)
/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -l is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)
/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -f is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)
/usr/local/Cellar/waybackpy/3.0.6_10/libexec/lib/python3.14/site-packages/click/core.py:1216: UserWarning: The parameter -st is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)`
Output appears to be normal otherwise, but is there a way to fix/suppress this warning?