Open
Description
Currently I find it hard to (re)discover the --rm
function to 'reset' an environment. For me it would make more sense to have it as a command rather than a option as it more an action taken instead of a modifier like --two
/--three
.
Right now it doesn't function as an modifier option as well. For example, running pipenv --rm sync
would be useful as it could first remove the environment before syncing it anew, but currently skips the --rm
.
My suggestion would be to move the functionality to a remove
command.