You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have an issue that seems closely related. I cannot figure out how to display documentation on command line for subcommands. For example, I'd like to do poetry help env or poetry help env info etc - but these just give an error: The command "env" does not exist.
Issue
I fat-fingered a command and got a slightly misleading error message:
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.The text was updated successfully, but these errors were encountered: