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.
I have searched the documentation and believe that my question is not covered.
Tested on poetry v1.0.2
Feature Request
I find poetry very user friendly, when I am in doubt of the command line options for a given command I can always call poetry <command> --help.
Except, not always. A few commands do not follow the rule/convention and I get an error when I try it with the commands: new, add, remove, run, search.
Of all 23 commands, only these 5 do not support the --help switch.
I found out that poetry help <command> works for these 5 commands as well. So maybe point <command> --help to the same output of help <command>?
The text was updated successfully, but these errors were encountered:
Tested on poetry v1.0.2
Feature Request
I find poetry very user friendly, when I am in doubt of the command line options for a given command I can always call
poetry <command> --help
.Except, not always. A few commands do not follow the rule/convention and I get an error when I try it with the commands:
new, add, remove, run, search
.Of all 23 commands, only these 5 do not support the --help switch.
I found out that
poetry help <command>
works for these 5 commands as well. So maybe point<command> --help
to the same output ofhelp <command>
?The text was updated successfully, but these errors were encountered: