-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Quotes required to use the built-in help command with a nested subcommand #258
Comments
I think you missed this step from the installation script To get started you need Poetry's bin directory (/root/.local/bin) in your |
@ulisesojeda Thanks for trying to help, but in this case Poetry is invoked correctly and the usage of I'm migrating this to a Cleo issue as ultimately this related to Cleo nested subcommands and command parsing. |
Cleo needs to parse subcommands during |
poetry help env
I just installed Poetry and noticed the same issue. Since this issue is still open, I examined the code. It seems like the invocation of:
results in the following execution flow, ultimately causing this behavior:
The following code modifications worked for me:
These changes made |
-vvv
option).Issue
After installing poetry via
curl -sSL https://install.python-poetry.org | python3 -
when runningthe following error occurs:
When running
the exact same error occurs.
When running
the help message is shown correctly:
The text was updated successfully, but these errors were encountered: