-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Option -v not recognised by run #2266
Comments
Additionally, when using |
The same applies to
Using poetry version 1.0.7 (tried 1.0.5 too). The same applies to any verbose level. This is an issue as I'd like to understand why an install seems never ending. |
@n-batalha in your case you can use |
@finswimmer I get a Python exception which I'll perhaps log separately, but thanks! In any case you may want to look into it as |
I somewhat understand why supporting
|
Hello, I believe this is something that has to be changed in cleo and not in poetry itself. fin swimmer |
Any pointers as to where to look to fix this ? |
Thanks for the issue. This has been addressed on $ poetry --version
Poetry (version 1.2.0a2)
$ poetry -vvv run echo test
Loading configuration file /Users/Branch/Library/Application Support/pypoetry/config.toml
Using virtualenv: /Users/Branch/Code/python-poetry/poetry/.venv
test
$ poetry run -vvv echo test
Loading configuration file /Users/Branch/Library/Application Support/pypoetry/config.toml
Using virtualenv: /Users/Branch/Code/python-poetry/poetry/.venv
test |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
poetry run
does not recognise the global option-v
even though it's listed in the documentation:If I try to use it, I just get the help message again for the help command itself:
The text was updated successfully, but these errors were encountered: