Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

fix: handle invalid command for 'abroot pkg' #294

Closed matbme closed 4 months ago

matbme commented 4 months ago

Show an error when the user passes an invalid argument for 'abroot pkg' instead of exiting silently. This commit also adds "iPkgMngStatus" to the sample abroot.json so that the pkg command appears when testing locally.

Pinging @kbdharun since I added a new translation string. Not sure if some extra action is required.