CalebDepatie / unified-package-manager

upm is "unified" in that it provides a consistent and simple CLI layer to access all your systems package managers
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

When installing stop command after first success #17

Open CalebDepatie opened 9 months ago

CalebDepatie commented 9 months ago

Check the error value of a given command and and if the installation is successful ($? = 0) this indicates the user has successfully installed the desired application. this implies that the user will not need to sit through UPM checking all of their other package managers while those attempt to install x or y