Add winget remove as an alias command for winget uninstall
#1978
Labels
winget remove as an alias command for winget uninstall
#1978
Description of the new feature / enhancement
Most popular package managers (
apt,dnf) haveremoveas the argument to uninstall/remove the packages from the system. I feelwingetshould also provide this functionality. This seems very easy to implement, and shouldn't take much time.Cheers!
Proposed technical implementation details
When the argument parser reads
remove, call the method touninstall! As simple as that!The text was updated successfully, but these errors were encountered: