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

Combine update and upgrade #55

Closed willeccles closed 2 years ago

willeccles commented 2 years ago

Fixes #54.

willeccles commented 2 years ago

I do not know what to do for emerge and prt-get. prt-get's function actually takes arguments for update and emerge is very complex and somewhat unique.

foxsouns commented 2 years ago

I do not know what to do for emerge and prt-get. prt-get's function actually takes arguments for update and emerge is very complex and somewhat unique.

ill make a PR fixing this to work as specified.

willeccles commented 2 years ago

Crux is fixed (merged #58 into master, rebased onto master, added changes from #59 in 664b03e 2f30243). Emerge is the only outstanding issue now.

willeccles commented 2 years ago

@buffet claims that there are a bunch of changes required for portage anyway, so for the time being I will just copy the update command and call it good. Someone can open another PR if they need everything else fixed.