-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
poetry -h
shows help for poetry list
#249
Comments
Changed at python-poetry/poetry#3618 cleo is a bit of a mystery to me, I don't know what's going on... Edit: looks like this is simply default cleo behaviour. The example application in the cleo README behaves just the same way (after you fix the imports so that it works). So I guess this is either working as designed, or wants taking to the cleo repository. |
Looking into that |
@Secrus @dimbleby Line 49 in 3398acb
It is called by the Line 372 in 3398acb
Which then calls Line 585 in 3398acb
It tried to return the first parsed argument by calling Line 65 in 3398acb
So in my humble opinion, I would either implement the above-mentioned method or change the default command to be help which Im actually surprised is not the default as it kinda sounds reasonable |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
OS version and name: Ubuntu 18.04
Poetry version: 1.2.0b2 (absolute latest from master branch)
Issue
As in the title, in version 1.2, running
poetry -h
/poetry --help
, returns help for thelist
command. This is a regression compared to version 1.1.x.Poetry 1.1.13 output
Poetry 1.2.0b2 output
The text was updated successfully, but these errors were encountered: