willeccles / cpm

🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
MIT License
69 stars 13 forks source link

Remove useless if statement, print the actual operand in errors #4

Closed eepykate closed 4 years ago

eepykate commented 4 years ago

-u makes it skip the package if it's depended on by anything, but it doesn't say what depends on it, for me, this is behavior I don't want.

Previously if I ran 'cpm S' it would say 'S: provide a package' now it says 'show: provide a package' which I find more intuitive