Hi everyone, I'm writing a CLI utility to interface with existing package managers and allow declarative configuration. It utilizes embedded nushell.
It is far from complete, but I'd like some feedback on how the code looks like to you.
Hi everyone, I'm writing a CLI utility to interface with existing package managers and allow declarative configuration. It utilizes embedded nushell.
It is far from complete, but I'd like some feedback on how the code looks like to you.
The code looks mostly okay.
The only issue I have is that the only supported distribution, Arch Linux, is currently not even supported, since your code does not use its official package manager, pacman
, but an AUR helper, paru
.