I think it would be helpful to provide a list of valid commands with poetry --help
, like poetry list
does. I think this would require merging the functionality of list into the poetry --help
command.
This is already the case for the 1.0.0
prereleases. Basically the list
command is gone and poetry --help
displays the available commands.
Most helpful comment
This is already the case for the
1.0.0
prereleases. Basically thelist
command is gone andpoetry --help
displays the available commands.