-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support passing arguments to poetry add #2
Comments
Thanks for the suggestion! I updated the code and package on PyPI - could you try the updated version? |
Thank you for the fast response. The documentation states:
running running |
Thanks for the feedback! I made some change and tested the new No |
Thanks.
The documentation however suggests using
I guess, this description could be improved to avoid ambiguities. Additionally, the link to the test-extra-args.sh on PyPI is broken. |
it would be nice to be able to pass command line arguments to
poetry add
(https://python-poetry.org/docs/cli/#options-4), e.g.--lock
something like:
usage: poetry-add-requirements.txt [-h] [-D] [-I] [-V] [--args additional args] [requirements.txt files ...]
The text was updated successfully, but these errors were encountered: