pulsepm / pulse

Unofficial package manager written in python.
MIT License
4 stars 0 forks source link

`pulse uninstall` #22

Closed Ykpauneu closed 5 months ago

Ykpauneu commented 5 months ago

The pulse uninstall command should remove the pulse package. If the package is not found, display an error and offer to install it (?). Uninstalling a package should only remove the package, not its requirements.

Mergevos commented 5 months ago

Yes, the error for non having should just be single click.confirm statement.

Implement --recursive (-r) option which will remove package dependencies too.