Skip to content

Misleading CLI error message: 'The command "env" does not exist.' #320

Open
@blthayer

Description

@blthayer
  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

I fat-fingered a command and got a slightly misleading error message:

$ poetry --version
Poetry (version 1.4.1)
$ poetry env lsit

The command "env" does not exist.

Did you mean one of these?
    env use
    env info
    env list
    env remove

Seems like the error message should say something along the lines "lsit" is not a valid subcommand for "env" rather than boldly claiming that the "env" command does not exist 😉 But the suggestions are good and relevant!

Thanks for poetry - it has dramatically improved our project organization and workflows at Utilidata.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions