Skip to content
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

Usage instructions are wrong for poetry -v install #6039

Closed
3 tasks done
WhyNotHugo opened this issue Jul 20, 2022 · 2 comments
Closed
3 tasks done

Usage instructions are wrong for poetry -v install #6039

WhyNotHugo opened this issue Jul 20, 2022 · 2 comments
Labels
kind/bug Something isn't working as expected

Comments

@WhyNotHugo
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: Arch
  • Poetry version: 1.1.14
  • Link of a Gist with the contents of your pyproject.toml file: n/a

Issue

$ poetry -v install
Poetry version 1.1.14

USAGE
  poetry [-h] [-q] [-v [<...>]] [-V] [--ansi] [--no-ansi] [-n] <command> [<arg1>] ... [<argN>]
...

The usage output here seems to indicate that my usage is correct. install is listed as a command further below.

Using poetry install -v does work, but the usage is very clear in that this is the wrong usage.

Also, when running poetry -vv install, an entirely different error is shown:

$ poetry -vv install
USAGE
  poetry help [<command1>] ... [<commandN>]

ARGUMENTS
  <command>              The command name

Remotely related to python-poetry/cleo#249

@WhyNotHugo WhyNotHugo added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jul 20, 2022
@dimbleby
Copy link
Contributor

already fixed in 1.2.0 betas, please close

@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jul 31, 2022
Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants